Skip to content

hearnderek/SDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Readme - SDB

Simple Database

"A database that you shouldn't use."

I wanted to see just how much work it would take to throw together a barebones database which runs off of a subset of SQL.

Supported SQL

SELECT

You can

Columns

Column Names cannot have whitespace or commas in their names. This is because [brackets] are not supported.

Calculated Columns are not supported.

You may use the wildcard * to select all columns.

FROM

Table names cannot have whitespace in their names. This is because [brackets] are not supported.

About

nothing to see here

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages