jakewilson / sqlengine

wSQL Engine for Data Modeling

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sql Engine

This project implements wSqlx as specified in COP 4710.

Contributing

First off, fork the project. Clone the forked project locally. After making changes, add the files you want to commit with

git add .

Now, commit:

git commit -m "Description of changes goes here"

Push this commit to your remote repository on github, and submit a pull request at github.com/jakewilson/sqlengine.

Lastly, please make sure your code compiles before making a pull request.

Thank you!

About

wSQL Engine for Data Modeling


Languages

Language:Java 100.0%