Skip to content

chenyijie2016/TinyDatabase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TinyDatabase

Supported features

  • Disk based B Plus Tree index file
  • Multi-primary key
  • Null value (can use isnull and notnull in where clause)
  • Multi-user concurrent access
  • Multi-table join (support and in on clause)
  • GUI Client support
  • And/or expression in where clause
  • Calculating expression in where clause
  • Full database operations
  • Distinct select

How to test

Suppose you use Intellij Idea,add all dependencies in lib/ as librarys, run all tests in test/

About

A simple implement for relational database in java

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •