You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FileXdb is a lightweight local NoSQL database, optimized for best coding experience.
3
+
4
+
It's written in Core Python and has no external dependencies. The target is to reduce the complexity of installing & data handling of any external SQL-Database.
5
+
6
+
#### FileXdb is:
7
+
* A local, File-based, lightweight, horizontally scaled NoSQL Database.
8
+
* Designed to be simple and interesting to use by providing simple and clean APIs.
9
+
* A Collection & Document oriented approach.
10
+
* Works on all modern versions of Python and PyPy.
11
+
12
+
13
+
# Supported Python Versions
14
+
**FileXdb** has been tested with Python 3.7 – 3.11 and PyPy3. Just install and enjoy.
0 commit comments