关于 SequoiaDB
快速入门
安装
基本操作
数据模型
SQL引擎
S3引擎
系统架构
数据库管理
连接器
驱动
参考手册
故障排除
SAC 管控中心
Web服务
版本信息
枚举数据库中所有的集合。
list collections
无
数据库中所有的集合。
返回数据库所有的集合。
> db.exec("list collections") { "Name": "foo.bar" } { "Name": "foo.bar2" } Return 2 row(s). Takes 0.4929s.