- k/v based schemaless database
- multiple store layers
- memory: backed by
buntdb - disk: sqlite
- memory: backed by
buntdbjust keep small blueprint of the properties defined in schema- no need to define the schema in advance, system would evolved the schema
nanois a schemaless k/v database, it means you don't need to define the schema in advance.nanowould evolve the schema based on the data you put in.nanois designed to be a lightweight database, it can be embedded in your application.nanosupports multiple store layers, you can choose different store layers based on your needs.nanoprovides a simple API to interact with the database.nanois written in Go, and it's open source.nanois inspired bybuntdbandsqlite.