-
Notifications
You must be signed in to change notification settings - Fork 12
Home
Abhishek Omprakash Singh edited this page Oct 24, 2019
·
4 revisions
SQLite is a lightweight database written in C. The Python programming language has in-built support to interact with the database(locally) which is either stored on disk or in memory.
With sqlite_rx
, clients should be able to communicate with an SQLiteServer in a fast, simple and secure manner and execute queries remotely.
Key Features
- Python Client and Server for SQLite database built using ZeroMQ as the transport layer and msgpack for serialization/deserialization.
- Supports authentication using ZeroMQ Authentication Protocol (ZAP)
- Supports encryption using CurveZMQ
- Allows the users to define a generic authorization policy during server startup
pip install sqlite_rx