LiteDB is a serverless, embedded NoSQL document database for .NET applications. It persists data into a single portable file, functioning as a BSON data store that resides within the application process rather than running as a separate server. The system is ACID compliant, utilizing write-ahead logging to ensure atomic, consistent, isolated, and durable transactions. It includes built-in encryption to provide secure local data storage and protect files on disk from unauthorized access. The project covers object-document mapping to convert classes into document formats, indexed search capabi
Elixir package that applies a function to each document in a BSON file.
BSON documents in Elixir language
The main features of ispirata/cyanide are: BSON.
Open-source alternatives to ispirata/cyanide include: mbdavid/litedb — LiteDB is a serverless, embedded NoSQL document database for .NET applications. It persists data into a single… nebo15/bsoneach — Elixir package that applies a function to each document in a BSON file.