Google News
logo
Flask - Interview Questions
What are the requirements to create the database in Flask Python?
Flask Python supports all kinds of database-powered applications like RDBS. Such systems require creating of a schema, which further requires connecting the schema.sql file to a sqlite3 command. So users need to install sqlite3 command if they want to create or start the database in Flask Python.
Advertisement