This project implements wSqlx as specified in COP 4710.
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!