https://github.com/eggpool/sqlitemulti
A Sqlite wrapper to use a sqlite DB from several threads, optionaly in a dedicated process of its own.
https://github.com/eggpool/sqlitemulti
lock multiprocessing python queue sqlite threading
Last synced: 3 months ago
JSON representation
A Sqlite wrapper to use a sqlite DB from several threads, optionaly in a dedicated process of its own.
- Host: GitHub
- URL: https://github.com/eggpool/sqlitemulti
- Owner: EggPool
- License: mit
- Created: 2019-06-03T14:08:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:47:41.000Z (over 2 years ago)
- Last Synced: 2025-02-19T09:21:50.137Z (4 months ago)
- Topics: lock, multiprocessing, python, queue, sqlite, threading
- Language: Python
- Size: 33.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SqliteMulti
A Sqlite wrapper to use a sqlite DB from several threads, optionaly in a dedicated process of its own.