aboutsummaryrefslogtreecommitdiffstats
path: root/py_bindings
Commit message (Collapse)AuthorAgeFilesLines
* Remove <T> polymorphism from DB, replace with From<T> based approachJan Tuomi2025-02-211-20/+45
|
* Start working in new schema logic to coreJan Tuomi2025-02-211-1/+1
|
* Add query params to py bindingsJan Tuomi2025-02-113-10/+26
|
* Add missing bindings and update existingJan Tuomi2025-02-103-18/+19
|
* Remove typecheckingJan Tuomi2025-02-101-54/+10
|
* Use tempdir in example.pyJan Tuomi2025-02-101-4/+6
|
* Fix secondary memtable by using a map instead of a setJan Tuomi2025-02-101-8/+21
|
* Remove Recordable trait, implement Python bindings, fixesJan Tuomi2025-02-095-188/+590
|
* Comment out py_bindings entirely for the time beingJan Tuomi2025-01-061-187/+187
|
* Use specialized DBError type instead of io::ErrorJan Tuomi2024-11-221-2/+4
|
* Add read-my-writes testJan Tuomi2024-11-221-1/+1
|
* Get memtables working finallyJan Tuomi2024-11-221-14/+14
|
* Remove memtable_capacityJan Tuomi2024-11-211-6/+0
|
* Fix py bindingsJan Tuomi2024-11-211-3/+3
|
* Refactor static DB methods to common moduleJan Tuomi2024-11-091-16/+16
|
* Rewrite everything to use metadata and data files, TODO memtablesJan Tuomi2024-11-041-1/+0
|
* Refactor in preparation to larger changesJan Tuomi2024-11-021-13/+0
|
* Implement some of the py bindingsJan Tuomi2024-10-073-10/+311
|
* Add py_bindings lib, move to monorepo structureJan Tuomi2024-10-072-0/+27