SQLite
#1938
Replies: 1 comment 4 replies
-
I am more familiar with frontend stuff I should mention,. I am getting the foillowing when running with npm init @vendure my-app and setting postgres. I can see that vendure database has been created and I have added a user root (grant all priveleges) to this database manually. ✖ Initializing server My .env vile is as it should be - any ideas why Im getting this error.. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am building an application using Vendure and SQLite. I would expect a maximum number of orders/writes of 10 per day. Given this would SQLite be adequate for this kind of traffic? What other issues might I face using this database. I am thinking of migrating to postgres but ideally I'd like to stay where I am.
Beta Was this translation helpful? Give feedback.
All reactions