Skip to content

napoler/tkitDb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sqlite

sqlite

unqlite

UnQLite是,由 Symisc Systems公司出品的一个嵌入式C语言软件库,它实现了一个自包含、无服务器、零配置、事务化的NoSQL数据库引擎。UnQLite是一个文档存储数据库,类似于MongoDB、Redis、CouchDB等。同时,也是一个标准的Key/Value存储,与BerkeleyDB和LevelDB等类似。

https://unqlite.github.io/2013/05/26/about/

plyvel

Plyvel is a fast and feature-rich Python interface to LevelDB. https://plyvel.readthedocs.io/en/latest/

sqlitedict

sqlitedict -- persistent dict, backed-up by SQLite and pickle

https://github.com/RaRe-Technologies/sqlitedict https://pythonhosted.org/sqlite_object/sqlite_dict.html

About

数据库操作库优先使用嵌入

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages