Open synle opened 2 years ago
To support MSSQL and Python and SQLAlchemy
# pip install pymssql
engine = create_engine('mssql+pymssql://sa:password123!@localhost:1433/music_store?charset=utf8', echo = True)
To support python and mysql
pip install pymysql
engine = create_engine("mysql+pymysql://user:pass@some_mariadb/dbname?charset=utf8mb4")
Will allow users to generate starter code.
To be supported Language
To be supported Database Engine
Screenshots