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
The text was updated successfully, but these errors were encountered:
geforseN
changed the title
feat: use in-memore database if env variable not provided
feat: use in-memore database if env variable is not provided
Nov 29, 2024
If
DATABASE_URL
is not provided in.env
file, that should use in-memory database.Must warn in console that data won't be saved.
Maybe should save data in file (than warn message must be different).
Should add database abstraction around Prisma.
The text was updated successfully, but these errors were encountered: