Skip to main content

Python SQLAlchemy Dialect for Actain PSQL

Project description

PyActain

Python 3 SQLAlchemy Dialect for Actain Pervasive SQL

Pandas Example:

import sqlalchemy
import pandas as pd

actain = sqlalchemy.create_engine(
    'actain+pyodbc//username:password@mydsn')

df = pd.read_sql_table('table_name', con=actain)

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page