volatiletech / abcweb

Go web app framework and generator. Inspired by Rails.
BSD 3-Clause "New" or "Revised" License
265 stars 15 forks source link

Add SQLite support #5

Open nullbio opened 7 years ago

nullbio commented 7 years ago

Once SQLBoiler supports SQLite it will allow ABCWeb to function out of the box by utilizing its own SQLite database, instead of having the requirement to set up or configure Postgres or MySQL.

We will also need to add SQLite to the mig package.