Create an executable project (API and Admin App) from a database or natural language prompt with 1 command, customize with declarative rules and Python in your IDE, containerize and deploy.
File "/Users/tylerband/dev/ApiLogicServer/stress_mysql/database/models.py", line 3, in
from sqlalchemy.dialects.mysql import BIGINT, BIT, CHAR, INTEGER, MEDIUMINT, SET, SMALLINT, String, TIME, TIMESTAMP, TINYINT, TINYTEXT, VARCHAR, YEAR
ImportError: cannot import name 'String' from 'sqlalchemy.dialects.mysql' (/Users/tylerband/dev/ApiLogicServer/venv/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/init.py)
File "/Users/tylerband/dev/ApiLogicServer/stress_mysql/database/models.py", line 3, in
from sqlalchemy.dialects.mysql import BIGINT, BIT, CHAR, INTEGER, MEDIUMINT, SET, SMALLINT, String, TIME, TIMESTAMP, TINYINT, TINYTEXT, VARCHAR, YEAR
ImportError: cannot import name 'String' from 'sqlalchemy.dialects.mysql' (/Users/tylerband/dev/ApiLogicServer/venv/lib/python3.11/site-packages/sqlalchemy/dialects/mysql/init.py)