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
I had a quick look at supporting SQLite a while back and there are other issue that will need to be solved in addition to the above. I'm hoping to update the handler for the latest version of jsonapi-server soon and then I'll look into adding support for SQLite again. Meanwhile, any contributions and PRs are welcome.
To work with a SQLite database, Sequelize needs a "storage" parameter but this handler doesn't have that ability so it always defaults to ":memory:".
I suggest the sequelizeArgs (sqlHandler.js line 47) variable needs to be updated to be able to pass the "storage" parameter.
I'd submit a Pull Request but my knowledge of Git is sadly lacking!
The text was updated successfully, but these errors were encountered: