nosco


get to know your database

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

Performance Characteristics

Compare JDBC, Nosco and Hibernate...

Getting Started

Start using Nosco with your existing database structure right now...

FAQ

What would you like to know?

Project Information

The project was created on Oct 10, 2011.

Labels:
Java Database API CRUD MySQL SQLServer