minettiandrea / postgres-restify

REST interface for PostgresSQL database built on Scala-Slick-Spray with JSONSchema specification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgres REST UI

Modules

  • codegen: Code generation from postgres database using slick codegen library
  • server: Spray REST server exposing tables of the db
  • client: Web UI for the REST APIs

Libraries

Based on template jacobus/s4 and chandu0101/scalajs-react-template

Presentation

http://wavein.ch/talks/postgresrest/#/

Knows Issues

If on compile time StackOverflow errors appears use the following parameters:

sbt -J-Xmx4G -J-XX:MaxMetaspaceSize=1G -J-XX:MaxPermSize=1G -J-XX:+CMSClassUnloadingEnabled -J-Xss3m run

About

REST interface for PostgresSQL database built on Scala-Slick-Spray with JSONSchema specification

License:Apache License 2.0


Languages

Language:Scala 97.2%Language:CSS 2.2%Language:HTML 0.6%