aselab / scala-activerecord   0.6.2

MIT License GitHub

ActiveRecord-like ORM library for Scala

Scala versions: 2.13 2.12 2.11 2.10
sbt plugins: 0.13

scala-activerecord 0.6.0


Group ID:
com.github.aselab
Artifact ID:
scala-activerecord_2.13
Version:
0.6.0
Release Date:
Aug 13, 2020
Licenses:
MIT
Files:

libraryDependencies += "com.github.aselab" %% "scala-activerecord" % "0.6.0"

Mill build tool

ivy"com.github.aselab::scala-activerecord:0.6.0"

Scala CLI

//> using dep "com.github.aselab::scala-activerecord:0.6.0"

Ammonite REPL

import $ivy.`com.github.aselab::scala-activerecord:0.6.0`

<dependency>
  <groupId>com.github.aselab</groupId>
  <artifactId>scala-activerecord_2.13</artifactId>
  <version>0.6.0</version>
</dependency>

compile group: 'com.github.aselab', name: 'scala-activerecord_2.13', version: '0.6.0'