This repository was archived by the owner on Aug 31, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
A functional boilerplate-free Scala ORM
License
sorm/sorm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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.
- MySQL
- PostgreSQL
- H2
- HSQLDB
- Oracle (experimental)
2.10, 2.11
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.21</version>
</dependency>
libraryDependencies += "org.sorm-framework" % "sorm" % "0.3.21"
About
A functional boilerplate-free Scala ORM
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published