Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kostaskougios/mapperdao
A Scala ORM library
https://github.com/kostaskougios/mapperdao
Last synced: about 1 month ago
JSON representation
A Scala ORM library
- Host: GitHub
- URL: https://github.com/kostaskougios/mapperdao
- Owner: kostaskougios
- Created: 2015-03-13T23:38:56.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-05-14T17:34:31.000Z (over 6 years ago)
- Last Synced: 2024-08-01T17:27:21.886Z (4 months ago)
- Language: Scala
- Homepage:
- Size: 8.95 MB
- Stars: 14
- Watchers: 4
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- awesome-scala - MapperDao ★ 12 ⧗ 36 - An ORM library for oracle, mysql, mssql, and postgresql (Database)
- awesome-scala - mapperdao - activity/y/kostaskougios/mapperdao) (Table of Contents / Database)
README
For queries/bug reports, please contact [email protected]
This is the main directory of the source code of the mapperdao library.
--- Only for maintainers ---
To install the oracle driver to the local maven repository, please
download ojdbc6.jar from
http://www.oracle.com/technetwork/database/enterprise-edition/jdbc-112010-090769.htmland then run
mvn install:install-file -DgroupId=com.oracle -DartifactId=ojdbc6 -Dversion=11.2.0.2.0 -Dpackaging=jar -Dfile=ojdbc6.jar -DgeneratePom=true
To install the sql server driver, please download it from
http://www.microsoft.com/en-us/download/details.aspx?id=11774
and then run
mvn install:install-file -DgroupId=com.microsoft -DartifactId=sqljdbc4 -Dversion=4.0.0 -Dpackaging=jar -Dfile=sqljdbc4.jar -DgeneratePom=true
If you want to generate a signed bundle so it can be uploaded to the OSS
Sonatype repository, you will need to do 1 build and run the test cases and
if they pass then run:./deploy
You will need to enter the passphrase for your private GPG key at some point.
Please do not forget to distribute it to hkp://pgp.mit.edu if the signed
bundle is to be accepted in Maven Central!