SequoiaDB 简介						 
					
						快速入门						 
					
						安装部署						 
					
						数据库实例						 
					
						分布式引擎						 
					
						SAC 管控中心						 
					
						SequoiaPerf 性能分析工具						 
					
						参考手册						 
					
						常见问题及解答(FAQ)						 
					
						版本信息						 
					
枚举数据库中所有的集合。
list collections
无
数据库中所有的集合。
返回数据库所有的集合。
> db.exec("list collections") 
{ "Name": "sample.employee" }
{ "Name": "sample.employee2" }
Return 2 row(s).
Takes 0.4929s. 展开
            展开
          
   
   
   
   
   
   
   
