Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
/ ReflectDB Public archive

Database for RAM Constrained Systems. Do not use for production.

License

Notifications You must be signed in to change notification settings

Ow1e/ReflectDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReflectDB

NOTE: DONT USE THIS, USE SAILDB INSTEAD

PyPI - Downloads PyPI - Wheel PyPI - Implementation GitHub license GitHub issues
A fast storage based database solution

Benchmarks

Experimental Mode Benchmarks

  • 9975 items a second on 2017 MacBook Flash Storage (Random Num (1, 100000), Date (Datetime.now), name (String128 CONSTANT), email(String128 CONSTANT))

Seperate Mode

  • 2769 items a second on 2017 MacBook Flash Storage (Random Num (1, 100000), Date (Datetime.now), name (String128 CONSTANT), email(String128 CONSTANT))

Bundled Mode

  • 358 items a second on 2017 MacBook Flash Storage (Random Num (1, 100000), Date (Datetime.now), name (String128 CONSTANT), email(String128 CONSTANT))

Install

Using Pip

pip install reflectdb

Install via setup

git clone https://github.com/Ow1e/ReflectDB
cd ReflectDB
python3 setup.py install

Upload to PyPi

(For contributers only)

python3 setup.py bdist_wheel 
twine upload dist/* 

About

Database for RAM Constrained Systems. Do not use for production.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages