Added sqlite database support, connect new argument parser to message handler
This commit is contained in:
parent
714e4a451c
commit
ecc6d98aec
11 changed files with 330 additions and 39 deletions
|
@ -11,6 +11,8 @@ TOKEN=
|
|||
# Put the database connection URL here
|
||||
# Example for MongoDB:
|
||||
# DB=mongodb://localhost:27017/esmBot
|
||||
# Example for SQLite:
|
||||
# DB=sqlite://data.sqlite
|
||||
# Example for PostgreSQL:
|
||||
DB=postgresql://esmbot:verycoolpass100@localhost:5432/esmbot
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue