Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSplit SQLite example into same steps as Postgres/MySQL #776
Comments
killercup
added
good first issue
help wanted
sqlite
labels
Mar 4, 2017
killercup
closed this
in
8c8c0ab
Mar 9, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
killercup commentedMar 4, 2017
In #751, we added a SQLite version of the code from the Getting Started guide. But as described in #751 (comment), it's only the final code you end up with, while the other backends have examples with two in-between steps. Comparing the code, it should be easy to extract steps one and two from the current code.