1. Database layer
The Codion database layer is extremely thin, it doesn’t perform any joins and provides no access to DBMS specific functionality except primary key generation via KeyGenerator strategies. The framework provides implementations for the most common strategies, sequences (with or without triggers) and auto increment columns. Note that you can always use the underlying JDBC connection directly as well.