Piuma ===== Piuma is an no-headache ultra-lightweight local document database written purely in python. Piuma is designed without just the **absoulute bare** essentials in mind. In the core version of Piuma there is no query language or any advanced search/modify functions. As of version v1.2.0, Piuma officially supports local json storage in a submodule. This database should not be taken too seriously and should really only be used for small to medium projects and testing. Feel free to contribute and modify :) (Checkout the license first). Quick Links ----------- - Github: https://github.com/emit07/piuma - Documentation: https://piuma.readthedocs.io/ Why you *should* use Piuma? ~~~~~~~~~~~~~~~~~~~~~~~~~~~ - **Light and Small:** Piuma's core is written with one very small file and can be sub millisecond fast because of its memory storage - **Easy to Use:** Piuma runs out of the box and is easy to use and learn. Piuma also requires no dependencies or external servers. - **Experimenting:** If you are trying something new and you need a fast database that just works while testing then Piuma is a good choice. - **No Dependencies:** Piuma is written with no external dependecies. Why you *should not* use Piuma? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - **Big Database:** Piuma was not designed to be used as a big database; Piuma only runs *only* in memory (for now) so the limit of how big it could be comes much quicker than other database - **ACID Guarantees:** Because of Piumas small nature it does not have room for ACID_ Guarantees - **Query Language:** Piuma does not have a query language (though I currently working on a query submodule) - **Storage:** While Piuma supports interchangeable storage, it only has memory storage built in Why is it called Piuma? ~~~~~~~~~~~~~~~~~~~~~~~ Piuma is the Italian word for feather and (from what I feel) the word feather can convay lightness. .. _ACID: https://en.wikipedia.org/wiki/ACID