Connection

Report a typo

What are the right steps for connecting to an existing database?

Put the items in the correct order
Create an engine with create_engine() and choose a dialect.
Import the library
Connect to your database with engine.connect().
___

Create a free account to access the full topic