OpenTenBase/TXSQL

扩展建库的语法

Open

#20 opened on Aug 7, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (224 forks)auto 404
good first issue

Repository metrics

Stars
 (331 stars)
PR merge metrics
 (PR metrics pending)

Description

扩展建库的语法,支持通过comment指定COMPRESSION为0、1、2、3,指定Encryption为AES/SM4。要求进行comment信息合法性检查,并将解析后的合法信息存到字典中。 示例: CREATE database db COMMENT 'COMPRESSION="1", Encryption="AES" '

Contributor guide