Added sqlite to .env.example

This commit is contained in:
2022-05-03 13:39:53 +02:00
parent 04fc6ebc50
commit 177d607a79
2 changed files with 8 additions and 1 deletions

View File

@@ -2,4 +2,8 @@
BOT_API_KEY=
# Database
DATABASE_CONNECTION=mysql+pymysql://scott:tiger@localhost/foo
# MySQL
DATABASE_CONNECTION=mysql+pymysql://scott:tiger@localhost/foo
# SQLite
# DATABASE_CONNECTION=sqlite:///db.db