Skip to content

A super fast and reliable database system for any purpose.

License

Notifications You must be signed in to change notification settings

terminal-cs/SuperDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About SuperDB

SuperDB is an ultra-lightweight and portable database system written in pure C# with no external dependancies. It can be used almost anywhere for about any purpose. it can store any normal C# type or byte array into a container.


How to use

The usage of SuperDB is very simple and is easy to set up.

  • Include SuperDB into your project.
  • Add it's using to your files with using SuperDB;
  • Create an instance of SuperDB. There are two ways you can do it:
    • Create a blank database with Database DB = new();
    • Open an existing database with Database DB = new(BinaryOfDatabase);
  • Read and Write to the database with whatever data you are using.
  • Finaly, export the data either to a byte array, or to a file by including a path argument to Export();

SuperDB is licensed under GPL V2.0

About

A super fast and reliable database system for any purpose.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages