database
DB Access Library
A wrapper around JDBC to simplify and secure relational database access
Relational database access made simpler and safer
42 stars
24 watching
25 forks
Language: Java
last commit: 18 days ago
Linked from 1 awesome list
accessing-databasesdatabase-supportjavaopen-sourcerelational-databasessql
Related projects:
Repository | Description | Stars |
---|---|---|
jdbi/jdbi | Provides idiomatic access to relational databases in Java and other JVM technologies. | 1,985 |
clojure/java.jdbc | Provides low-level JDBC-based access to databases in Clojure | 724 |
scalikejdbc/scalikejdbc | A tidy SQL-based DB access library for Scala developers. | 1,264 |
mlaanderson/database-js | Provides a unified interface to multiple databases using connection strings | 74 |
valderman/selda | A type-safe, high-level interface for interacting with relational databases in Haskell. | 477 |
jrmarino/adabase | Database bindings for the Ada programming language to interact with various relational databases | 33 |
yathit/ydn-db | A JavaScript module providing a unified data access layer for IndexedDB, WebDatabase, and WebStorage storage mechanisms. | 503 |
stcarrez/ada-ado | An Ada library that provides object-relational mapping to access multiple databases. | 25 |
jeapostrophe/dbm | Provides an interface to the dbm file format for accessing and manipulating databases | 4 |
hdbc/hdbc | A Haskell interface to various databases allowing programmatic access and manipulation of their data structures | 127 |
racket/db | Provides a simple and efficient way to interact with relational databases | 21 |
scarletsfiction/sfdatabase-js | A JavaScript library providing an easy-to-use interface to SQL or IndexedDB databases in Node.js and browsers. | 2 |
yesodweb/persistent | A Haskell library providing a persistence layer to interact with databases in a type-safe and error-free manner. | 467 |
seancorfield/next-jdbc | A low-level Clojure wrapper for JDBC-based access to databases with improved performance and simplicity. | 773 |
astaxie/beedb | A lightweight Go ORM that maps structs to database tables and supports various databases | 709 |