# Packages
No description provided by the author
# README
What is GitDB?
GitDb is to Go what Mnesia is to Erlang
- Decentralized database
- Document database
- Embedded into the go application
- Supports Encryption (encrypt on write, decrypt on read)
- Supports multiple data formats e.g Json, Bson (more to come...)
- Supports record locking.
- Simple Indexing System
- Decentralization is achieved with git
- Data is stored in blocks (blocks can be dynamic or static)
- A block can contain many records...
For more info see: https://docs.google.com/document/d/1OPalq-7J_Vo_uks35up_4a_V0BsRrpwL1J4JG6ZFoEs/edit?usp=sharing