https://github.com/satendrakumar/slick-multiple-database-app
https://github.com/satendrakumar/slick-multiple-database-app
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/satendrakumar/slick-multiple-database-app
- Owner: satendrakumar
- Created: 2014-01-18T13:50:35.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-05-20T06:56:18.000Z (about 10 years ago)
- Last Synced: 2024-04-17T15:17:25.696Z (about 1 year ago)
- Language: Scala
- Size: 165 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
To Run
Install SBT 0.13, available from http://www.scala-sbt.org/release/docs/Getting-Started/Setup.html
Make sure sbt is in your PATH.
Install posgresql and Mysql database and create database slickdemo in both database.
then need to clone this projectgit clone https://github.com/satendrakumar06/slickformultipledatabases.git
Run the code example using SBT
for test:
$ export runMode=test
$ sbt runfor dev:
$ export runMode=dev
$ sbt runfor prod:
$ export runMode=prod
$ sbt runTo edit the project in eclipse you can generate the required eclipse project files like this:
$ sbt eclipse