Skip to content
This repository has been archived by the owner on Aug 8, 2022. It is now read-only.
/ MyJFQL Public archive

MyJFQL is a Java based easy to use dbms for smaller applications

License

Notifications You must be signed in to change notification settings

byjoker8625/MyJFQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyJFQL

MyJFQL is an easy to use open source database management system written in Kotlin and Java for smaller applications. MyJFQL combines relational databases like PostgreSQL and noSQL databases like MongoDB in one system. You can use a document collection and a relational table in one database. The syntax is extremely simple and beginner-friendly. JFQL (Java File Query Language) is used as the "language", which partly includes SQL. But all kinds of commas and brackets as well as the semilocon are omitted. Since it's based on Java 8, it runs just about anywhere. In order to achieve better performance, parts of the data are temporarily stored in RAM for faster response times.

Features

  • Easy to use syntax without all kinds of commas and brackets
  • Handle relational and non-relational data
  • Fast responsetimes
  • Runs anywhere where Java is installed

Documentation

You can go to the Wiki of this project to see a detaled documentation on MyJFQL

License

All files on this repository are subject to the MIT license. Please read the LICENSE file at the root of the project.