Skip to content

jmich41/sorm

This branch is 30 commits behind sorm/sorm:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

000453e · Nov 6, 2015
Sep 23, 2015
Jan 24, 2015
Sep 11, 2012
Nov 6, 2015
Nov 6, 2015
Nov 6, 2015

Repository files navigation

#SORM

SORM is an object-relational mapping framework designed to eliminate boilerplate and maximize productivity. It is absolutely abstracted from relational side, automatically creating database tables, emitting queries, inserting, updating and deleting records. This all functionality is presented to the user with a simple API around standard Scala's case classes.

For more info, tutorials and documentation please visit the official site.

##Supported databases

  • MySQL
  • PostgreSQL
  • H2
  • HSQLDB

##Supported Scala versions

2.10, 2.11

##Maven

SORM is distributed in Maven Central, here's a dependency to the latest release version:

<dependency>
  <groupId>org.sorm-framework</groupId>
  <artifactId>sorm</artifactId>
  <version>0.3.19</version>
</dependency>

##SBT

libraryDependencies += "org.sorm-framework" % "sorm" % "0.3.19"

Build Status

About

A functional boilerplate-free Scala ORM

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Scala 100.0%