You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now, to use sqlq as a Go lib, you call .Apply(...) at init to setup the schema/run the migrations the lib needs. We should also have a path to set up the schema without embedding sqlq as a library.
A simple CLI to run the migrations
or just some instructions in the README on what SQL to run manually
The text was updated successfully, but these errors were encountered:
Right now, to use
sqlq
as a Go lib, you call.Apply(...)
at init to setup the schema/run the migrations the lib needs. We should also have a path to set up the schema without embeddingsqlq
as a library.The text was updated successfully, but these errors were encountered: