
nosco
Welcome to the Nosco Project
WE HAVE MOVED TO GITHUB! - https://github.com/keredson/DKO
Nosco (which is not an acronym) is a database access API for Java programmers that focuses on letting you write fast, straight-forward, partially-compile-time-checked queries against your database. It eschews automated schema generation, structural transformations between your DB and Java worlds, and String based queries and identifiers. We believe that if you want performance, you can't ignore that your data is actually data, and that you should expose to developers as much of the expressiveness of SQL as possible in a Java-safe and post-development-scope-analysis-friendly way.
Documentation
- Covering a prototypical blog implementation...
- The JavaDocs... (most importantly Query and Field)
- DKOs - The Book (also available in single-page)
Performance Characteristics
Compare JDBC, Nosco and Hibernate...
Getting Started
Start using Nosco with your existing database structure right now...