Skip to content
Abhishek Omprakash Singh edited this page Sep 30, 2019 · 4 revisions

SQLite is a lightweight database written in C. The Python programming language has in-built support to interact with the database which is either stored on disk or in memory.

With sqlite_rx, I have built a server and client processes for SQLite. This will allow the clients to communicate with the Server in a fast, simple and secure manner.

Clone this wiki locally