Scalikejdbc Versions Save

A tidy SQL-based DB access library for Scala developers. This library naturally wraps JDBC APIs and provides you easy-to-use APIs.

4.3.0

1 week ago

ScalikeJDBC 4.3.0 is now available for Scala 2.12, 2.13, and Scala 3 application development!

The notable feature enhancement is scalikejdbc-orm module addition! This extension is an O/R mapper built on top of the ScalikeJDBC core library, drawing significant inspiration from Ruby on Rails' ActiveRecord library. For instance, you can run the following query just with simple CRUDMapper class/object definition:

Member.joins(Member.email).where(sqls.eq(m.name, "Alice")).apply()

Refer to the latest README and document website for more details.

Thank you to all the contributors for this release! :+1:

  • @jchyb helped @seratch resolve Scala 3 compilation errors for scalikejdbc-orm module (#1249)
  • @kardapoltsev resolved missing tags in one-to-x queries (#2163)
  • @xuwei-k did a substantial amount of work for refactoring and dependency management

Please review https://github.com/scalikejdbc/scalikejdbc/milestone/48?closed=1 for a list of PRs and contributors!

Take pleasure in crafting type-safe SQL to accomplish tasks efficiently!

4.2.1

3 months ago

We're happy to announce that ScalikeJDBC 4.2.1 is now available for Scala 2.12, 2.13, and 3! We appreciate all the time and effort by all the contributors (@kardapoltsev)!

Refer to the release notes to learn the changes 👋

4.2.0

4 months ago

We're happy to announce that ScalikeJDBC 4.2.0 is now available for Scala 2.12, 2.13, and 3! We appreciate all the time and effort by all the contributors!

Refer to the release notes to learn the changes 👋

4.1.0

7 months ago

We're happy to announce that ScalikeJDBC 4.1.0 is now available for Scala 2.12, 2.13, and 3! We appreciate all the time and effort by all the contributors!

Refer to the release notes to learn the changes 👋

4.0.0

2 years ago

We're happy to announce that ScalikeJDBC 4.0.0 is now available for Scala 2.12, 2.13, and 3! We appreciate all the time and effort by all the contributors!

Refer to the release notes to learn the changes 👋

4.0.0-RC2

2 years ago

4.0.0-M1

3 years ago

3.5.0

3 years ago

3.4.2

4 years ago

3.4.0

4 years ago