Skip to content

SQLite3 support for local development? #1704

Discussion options

You must be logged in to vote

Hey, thanks for popping in! Lucky actually does not support multiple databases. Our ORM Avram only supports using Postgres.We've actually found that there's very minimal overhead to setting this up, and in the end, it actually works much better since it enables you to test a production setup locally which is something that's a lot more difficult to do in Rails.

You can use SQLite, however, that setup becomes up to you, and with the latest release (0.30.0), it could prove to be more trouble than just using postgers from the start. I do have a plan to make using alternate ORMs easier in the next release, but it's a long slow process to get there.

As for setting up postgres, if you're on MacOS

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@todd-a-jacobs
Comment options

Answer selected by jwoertink
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants