您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. NoSQLite:在SQLite之上的NoSQL-源码

  2. NoSQLite 受启发,以Python编写SQLite之上的超简单NoSQL样式数据存储 >>> from nosqlite import init, Document, Field >>> init(':memory:') >>> from nosqlite.view import view >>> class Movie(Document): ... indexes = ["director"] ...
  3. 所属分类:其它