flask SQLAlchemy pymysql 鏈接數據庫

SQLitemysql

sqlite:///database.dbsql

MySQLoracle

mysql+pymysql://user:password@ip:port/db_namepost

Postgresdebug

postgresql+psycopg2://user:password@ip:port/db_namepostgresql

MSSQLsqlite

mssql+pyodbc://user:password@dsn_nameip

Oracleit

oracle+cx_oracle://user:password@ip:port/db_nameclass

----

class  DevConfig(Config):

  debug=True

  SQLALCHEMY_DATABASE_URI="Your_uri"

相關文章
相關標籤/搜索