PupDB is a file-based key-value DBMS with a REST API written in Python.
- Source Code
- https://github.com/tuxmonk/pupdb[01]
- Developer
- Country of Origin
- IN
- Start Year
- 2019 [02]
- End Year
- 2019
- Project Type
- Open Source
- Written in
- Python
- License
- MIT License
PupDB is a file-based key-value DBMS with a REST API written in Python.
Indexes
The DBMS loads the database from a file on disk into a Python dictionary. Thus, the system only supports primary key indexes using Python's internal hash table for dictionaries.
Citations
2 sources
Revision #4
Last Updated: