Created
July 5, 2023 18:36
-
-
Save julianazanelatto/4851599582d5dc8a9334c32ad9b18221 to your computer and use it in GitHub Desktop.
sql_core
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sql_insert = text("insert into user values(2,'Maria','email@email.com','Ma')") | |
engine.execute(sql_insert) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment