在简单的python程序中直接使用sqlalchemy
database.py
1 | from sqlalchemy import Integer, String, Column |
database.py
1 | from sqlalchemy import create_engine |
main.py
1 | db = get_db() |
All articles in this blog are licensed under CC BY-NC-SA 4.0 unless stating additionally.