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
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,9 +49,17 @@ There are a few things to keep in mind while this project is actively being work
49
49
50
50
## Database
51
51
52
+
### Local Sqlite (default)
53
+
54
+
Simply add a relative or absolute path to your sqlite file in the `.env`, run `npm run migrate` and you're all set.
55
+
56
+
### Supabase public database
57
+
52
58
_Please be aware Magick is under heavy development and changes can cause your DB to be wiped. Back up your spells via export regularly._
53
59
54
-
The default setup of Magick is connected to a test database on Supabase. It will get you going, but it will likely be wiped regularly and is not a good storage for your spells.
60
+
Magick can connect to a test database on Supabase. It will get you going, but it will likely be wiped regularly and is not a good storage for your spells.
0 commit comments