Add Prisma schema, .env, and initial migration for trading bot database

This commit is contained in:
root
2025-07-09 10:31:53 +02:00
parent 51a728457a
commit cfa6660abb
6 changed files with 323 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
# Please do not edit this file manually
# It should be added in your version-control system (e.g., Git)
provider = "sqlite"