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 .
License
—
Deps
2
Install Size
—
Vulns
✓ 0
Published
Jun 27, 2022
$ dotnet add package NoSqliteXNo README available.