Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateuszitelli/sql-compiler
A simple SQL subset compiler to Java classes.
https://github.com/mateuszitelli/sql-compiler
Last synced: 16 days ago
JSON representation
A simple SQL subset compiler to Java classes.
- Host: GitHub
- URL: https://github.com/mateuszitelli/sql-compiler
- Owner: MateusZitelli
- License: gpl-2.0
- Created: 2015-03-02T17:47:43.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-27T00:00:12.000Z (over 9 years ago)
- Last Synced: 2024-04-15T22:34:18.589Z (9 months ago)
- Language: Java
- Size: 616 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SQL-Complier
A simple SQL subset compiler to Java classes.## Building
To build the project you need to use ant, the instructions to how to build using eclipse are [here](http://www.vogella.com/tutorials/ApacheAnt/article.html#antexample_eclipserun)