from Hacker News

Ask HN: Feedback for small Python DB

by msiemens on 9/7/13, 9:27 AM with 1 comments

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

  • by andrewcooke on 9/20/13, 11:25 PM

    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.