Getting Started with Exposed: Kotlin ORM Made Simple
Learn how to use Exposed, a lightweight SQL ORM for Kotlin. Discover DSL and DAO APIs, database support, and setup your first project.
13 articles in this category.
RSS feed
Mahendra Rao B
1,007 viewsLearn how to use Exposed, a lightweight SQL ORM for Kotlin. Discover DSL and DAO APIs, database support, and setup your first project.
Markus Spann
2,116 viewsLearn how to connect Java applications to Microsoft Access (.accdb/.mdb) using UCanAccess. A pure-Java, open-source JDBC driver for …

Mahendra Rao B
7,380 viewsDesign patterns plays a pivotal role in designing and solving the commonly occurring problems in software application.

Simon Verhoeven
18,794 viewsI can heartily recommend this book, it offers a lot of valuable insights into persistence in Cloud computing, the involved technologies, and …

Frits Hoogland
22,733 viewsBatching for PostgreSQL JDBC is a property of the extended protocol. It uniquely allows you to send multiple statements in a single request.

Javier Ramirez
8,304 viewsLearn how to Ingest streaming time-series data from Apache Kafka into QuestDB using ILP with the Kafka Sink Connector.

Lukas Eder
17,436 viewsjOOQ makes SQL a "first-class" language in the JVM ecosystem by embedding it into Java, Kotlin, and Scala in an idiomatic way.

Fawaz Ghali
4,371 viewsQuickly learn how to connect Hazelcast Viridian to a Confluent Cloud Kafka cluster, and more!

Shai Almog
2,969 viewsProduction is failing and everything is lost? That used to be the case. Fail whale, hysteria and panic. Developer observability fixes this!

Rich Edwards
3,952 viewsThere are many things to consider before making the move to NoSQL. In this article, we’ll explore when NoSQL use cases make sense.