A library to use serialized objects or types stored in files as a database (works as an small document-oriented database). very useful to use in applications that need to store data however your developers do not want to have the job of dealing with SQL even writing code for serialization of data in XML or JSON.
Offers even functions such as: Insert, Delete, Update and also uses triggers for these same functions : after & Before Insert, After & before Update,After & Before Delete. also offers the use of primary keys and monitoring of them to prevent duplication of records .
With this library you can store data without writing too many lines of code and without needing to use an intermediate language like SQL.
Save lines of code that you would use to store data in SQLite, JSON or XML (in cases where these can be dispensed) using NoSQLiteX