/DBConnector

Primary LanguageJavaOtherNOASSERTION

DBConnector

Sonatype Nexus (Snapshots) Sonatype Nexus (Releases) Maven Central

Goal

Interaction with databases in a statically typesafe and generic way.

Main features

  • Querying and Schemes
    • Generation of CREATE statements
    • Parameterized column names
    • Generation of type safe queries
    • Static type safety in usage of any column information
    • Static type safety in any query of any tables or columns
  • Connection
    • via JDBC
    • via SSH