CRUDible
Python database abstraction layer for all kinds of storages. Do you want to prototype your app quicky? Do you store data? In crudible you can interchange your data access layer drivers easily. The drawback of this is that you can only call List, Create, Read, Update and Delete methods, so because of this you can't enjoy the flexibility of a relational database, for example.
Storage types
Databases
- Postgres
- Mysql
- Oracle (planned)
- Sqlite (planned)
- Sql Server (planned)
Object stores
- Redis
- MongoDB (planned)
Primitive
- In-program store
- File store
- Hashed file store