from sqlalchemy import create_engine engine = create_engine('sqlite:///:memory:', echo=True). So, you are just telling where your database ...
確定! 回上一頁