Skip to content

An UQAC project. A Librairy to create sql requests more easily

Notifications You must be signed in to change notification settings

antoineverin/SqlBuilder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hero

SqlBuilder is Java librairie who enables you to simply create with a elegant way a Sql query


Links:


Easy to use

SqlBuilder.select("nom", "prenom")
       .from("users")
       .where("nom = Jean")
       .where("prenom = Pierre")
       .orderBy("nom", OrderByCommand.Order.ASC)
       .limit(5)
       .build()

About

An UQAC project. A Librairy to create sql requests more easily

Resources

Stars

Watchers

Forks

Languages