Skip to content

Commit 69d1bbe

Browse files
committed
000
1 parent 7cc5273 commit 69d1bbe

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# FileXdb-Python
2-
A file based local nosql database
2+
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.
15+
16+
17+
# Installation
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+

0 commit comments

Comments
 (0)