To use SQLAlchemy in Python, you need to follow these steps:
main.py23 chars2 lines
main.py158 chars4 lines
main.py88 chars2 lines
Replace username
, password
and mydatabase
with appropriate values for your database.
main.py177 chars8 lines
main.py33 chars2 lines
main.py56 chars3 lines
main.py94 chars4 lines
This will insert a new user record into the users
table in the database.
gistlibby LogSnag