-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
blog example lack of detailed documentation #2
Comments
Based on the feedback from this issue, it's working fine for me, but I'm a little confused as to whether this is unintended behavior of the plugin. Note here that a global installation of cd projects/blog
mkdir -p .mf/d1/DB
sqlite3 .mf/d1/DB/db.sqlite < blog.sql Then run |
Its still not working
|
@ongnxco Are you executing the path correctly? I tested that it is working. npm i sqlite3 -g cd projects/blog
mkdir -p .mf/d1/DB
sqlite3 .mf/d1/DB/db.sqlite < blog.sql |
It would be nice if it was automatic like this https://hub.nuxt.com/docs/recipes/drizzle#migrations |
In the
blog
example, when I runnpm run dev
, I get the following error on the console:D1_ERROR: no such table: articles
May I ask if there are any steps that I have erred in this example? It looks like I'm not synchronizing the table structure to local SQLite.
The text was updated successfully, but these errors were encountered: