Connecting
Connecting with a Dialect URL
A specific URL format is used to establish a connection using SQLAlchemy.
from sqlalchemy import create_engine
engine = create_engine("tally:///?Url='http://localhost:9000'")
A specific URL format is used to establish a connection using SQLAlchemy.
from sqlalchemy import create_engine
engine = create_engine("tally:///?Url='http://localhost:9000'")