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(locally) which is either stored on disk or in memory.

With sqlite_rx clients should be able to communicate with the SQLiteServer in a fast, simple and secure manner and execute queries remotely.

Clone this wiki locally