Skip to content

arvidma/netsqlite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

netsqlite

SQLite almost transparantly over XML-RPC

An easy way to share an SQLite databases across multiple processes/threads on same machine, with less risk of weird locking issues than if going via shared file system.

  • Single file and only standard-library dependencies.

  • Compatible with Python 3.6 and newer.

  • About 1000x overhead compared to normal sqlite3...

  • ...But that still allows 10k queries/second before maxing out a single thread!

About

SQLite almost transparantly over XML-RPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages