goadesign / gorma

Storage generation plugin for Goa
http://goa.design
MIT License
140 stars 35 forks source link

Add SQLite3 storagetype to gorma #132

Closed jsimonetti closed 8 years ago

jsimonetti commented 8 years ago

This PR will add the SQLite3 StorageType to gorma. SQLite is an ideal database to use for development purposes. Supporting SQLite3 in gorma will help with local development of gorma backed API's.

Signed-off-by: Jeroen Simonetti jeroen@simonetti.nl

jsimonetti commented 8 years ago

I have no idea why this would fail on 1.5.3 and builds fine on 1.6 ...

raphael commented 8 years ago

Please update the list of Go versions in the .travis yaml file to:

Thank you!

jsimonetti commented 8 years ago

This PR has 1 too many commits, let me re-add it.