Skip to content

ubco-db/EmbedDB-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EmbedDB SQL Converter

The code contained in this repository uses a modified version of the HyperSQL source code to convert basic SQL queries into C code that can be executed on EmbedDB.

Repo structure

.
├── build                 # Compiled executable JAR files
├── lib                   # Libraries for HSQLDB and the tests
├── src
│   ├── org.hsqldb        # Modified HSQLDB source code
│   ├── SQLConverter      # Converter code
│   └── *.java            # Mains that compile into the build folder
├── tests                 # Tests for src/SQLConverter
└── README.md

Running the compiled JARs

To run the compiled jars, you can use java -jar to run any jar located in a subdirectory of build.

Example:

java -jar build/converter-GUI/converter-GUI.jar

About

EmbedDB SQL to C API Converter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published