Skip to content

A query builder for MySQL, Oracle designed to be flexible, portable, and fun to use.

Notifications You must be signed in to change notification settings

ilavisharma/Knex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knex

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

About

A query builder for MySQL, Oracle designed to be flexible, portable, and fun to use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages