Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sorm/sorm
A functional boilerplate-free Scala ORM
https://github.com/sorm/sorm
Last synced: about 1 month ago
JSON representation
A functional boilerplate-free Scala ORM
- Host: GitHub
- URL: https://github.com/sorm/sorm
- Owner: sorm
- License: mit
- Archived: true
- Created: 2012-05-04T21:17:13.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T06:03:06.000Z (over 7 years ago)
- Last Synced: 2024-08-01T17:29:18.411Z (4 months ago)
- Language: Scala
- Homepage: sorm-framework.org
- Size: 3.83 MB
- Stars: 235
- Watchers: 19
- Forks: 35
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-scala - Sorm ★ 239 ⧗ 2 - A functional boilerplate-free Scala ORM. (Database)
README
# 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](http://sorm-framework.org).
## Supported databases
* MySQL
* PostgreSQL
* H2
* HSQLDB
* Oracle (experimental)## Supported Scala versions
2.10, 2.11
## Maven
SORM is distributed in Maven Central, here's a dependency to the latest release version:
org.sorm-framework
sorm
0.3.21
## SBT
libraryDependencies += "org.sorm-framework" % "sorm" % "0.3.21"
---
[![Build Status](https://travis-ci.org/sorm/sorm.png?branch=master)](https://travis-ci.org/sorm/sorm)