Nezteb
04/18/2019, 10:48 PMAlexander Potukar
04/18/2019, 11:53 PMExposed is a prototype for a lightweight SQL library written over JDBC driver for Kotlin language. It does have two layers of database access: typesafe SQL wrapping DSL and lightweight data access objects
However, DAO style with methods such as find(), all(), findById() may resemble to some extend to JPA/Hibernate or similar fully-fledged ORMs.Nezteb
04/19/2019, 1:46 AMTanVD
04/24/2019, 1:51 PM