Botpress
Switching from SQLite to Postgres in Botpress?
Botpress uses SQLite by default and also provides Postgres support out of the box. In cases where you need high security, data integrity and reliability you should use Postgres. Botpress supports Postgres 9.5 or higher. Main principle SQLite: Self contained, very lightweight, file based and fully open-source RDBMS known for Read more…