You are viewing a single comment's thread from:

RE: Deutschbot - A discord and curation bot for local steemit communities

in #utopian-io7 years ago

If you point to a non existing db, it will automatically create one.
For a real easy solution, you could just put:

DB_CONNECTION_URI = 'sqlite:///./communitybot.db'

It will create the db right in the folder, you started the script from.