Settings

Theme

Ask HN: Feedback for small Python DB

7 points by msiemens 12 years ago · 1 comment · 1 min read


Hey HN,

I've written a small database in pure Python called TinyDB. Could you give me some feedback on it? I'd really appreciate it.

Docs: http://tinydb.readthedocs.org/

GitHub: https://github.com/msiemens/TinyDB

andrewcooke 12 years ago

i like the DSL query approach where you can combine conditions with &, |, etc.

the github page doesn't seem to link to pypi or provide install instructions (i can't see them!). it should.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection