Documentation for Support and Training
This documentation is designed for support purpose, and the tutorial has been prepared for beginners to help them understand
the basic-to-advanced concepts related to database engine.
Library version 2.7.0.0 released, it contains .Net Standard 2.0 compliant library, works with DotNet Core 2.0 and .Net Framework 4.7+.
Download for 2.7.0.0 is available on this site only for time being, previous versions via NuGet and download page, use .Net standard 2.0 library for all new development to keep the same dll on server, desktop and mobile applications.
Database Viewer
You should download the database viewer it will help you write sql commands and also help you later to view data, since it comes with source code as
database viewer application is open source with plans to make the entire application including actual engine open source later, downloading it will
allow you to get started with basic concepts.
Most examples uses .Net 3.5 or higher and example solutions require minimum Visual Studio 2015 (try Example Code (GitHub)
it is updated with advance code example. There is no set coding standards however PascalCase is used in most examples, two brackets [ ] indicates optional values.
The Current library version is 2.7.0.0 and most examples use C#.
Prerequisites
Awarness of database and computer programming is required. Beginner level knowledge is sufficent which can be obtained through wikipedia articles.
- Personal Computer Hardware
- Computer programming
- Relational database
- SQL