Skip to content

c-rack/database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database

This library combines the best libraries to interact with databases in Java:

in order to:

  • protect against SQL injection attacks

    • by disallowing multiple statements in one query
    • by disallowing functions like SLEEP, BENCHMARK, etc.
  • enforce best practice and simplify developer experience

    • by always using a connection pool
    • by providing an optional asynchronous slow query callback with nanosecond accuracy
    • by combining 3 libraries into 1, with full access to the underlying libraries

Licensed under AGPL. Perpetual commercial licenses are available.

Perpetual licenses are granted for:

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages