A SQL query builder that is flexible, portable, and fun to use!
Query builder for MySQL and Oracle database designed to be flexible, portable, and fun to use in the java.
TODO: Add setup instructions here
To be implemented:
- SELECT
- WHERE
- INSERT
- UPDATE
- DELETE
- GROUP BY
- HAVING
- ORDER BY
Some advanced statements (will be doing soon)
- JOINS
- INNER JOIN
- LEFT OUTER JOIN
- RIGHT OUTER JOIN
Some DDL
- CREATE TABLE
- DROP TABLE