Skip to content
Advertisement

Tag: nosql

NoSQL alternative of sqlite in Python

I love Python’s sqlite: it is simple, it just needs one additional file to work and no additional dependencies. It is also supported by fancy ORMs, like peewee. But are there any nosql databases which can be used from python without any additional programs installed? I’m fine with additional python package, but I definitely don’t want to, for example, get

Advertisement