index
:
autere_db.git
main
A study in building a log-structured database
Git Server
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
log_db
/
src
/
engine.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Add sort_asc param, impl demo chat app
Jan Tuomi
2025-05-02
1
-3
/
+20
|
*
Remove <T> polymorphism from DB, replace with From<T> based approach
Jan Tuomi
2025-02-21
1
-32
/
+29
|
*
Rename Record -> Row
Jan Tuomi
2025-02-21
1
-26
/
+22
|
*
Start working in new schema logic to core
Jan Tuomi
2025-02-21
1
-8
/
+17
|
*
Add _with_params variants to query methods
Jan Tuomi
2025-02-10
1
-6
/
+15
|
*
Remove typechecking
Jan Tuomi
2025-02-10
1
-63
/
+23
|
*
Fix secondary memtable by using a map instead of a set
Jan Tuomi
2025-02-10
1
-5
/
+121
|
*
Remove Recordable trait, implement Python bindings, fixes
Jan Tuomi
2025-02-09
1
-23
/
+21
|
*
Support adding nullable fields
Jan Tuomi
2025-02-03
1
-0
/
+3
|
*
Optimize buffer construction
Jan Tuomi
2025-02-03
1
-14
/
+11
|
*
Add transaction support
Jan Tuomi
2025-02-03
1
-86
/
+101
|
*
Make lock manager stricter
Jan Tuomi
2025-01-18
1
-7
/
+8
|
*
Refactor locking to use a single lock file
Jan Tuomi
2025-01-17
1
-93
/
+80
|
*
Refactor public interface
Jan Tuomi
2025-01-17
1
-5
/
+5
|
*
Refactor DB into DB and Engine
Jan Tuomi
2025-01-17
1
-0
/
+747