This page lists database interfaces available for Python. It may also help in finding a suitable database engine for you to use in your Python database applications.
Generic Database Interfaces and APIsThe Python standard for database interfaces is the Python DB-API (PEP 249) Most Python database interfaces adhere to this standard.
See also DbApiModuleComparison
See ODBC
See ADO
Database systems employing a relational model, with support for SQL.
General Purpose Database SystemsIBM DB2
Firebird (and Interbase)
SAP DB (also known as "MaxDB")
Microsoft SQL Server
Microsoft Access
(To add new entries, please choose DatabaseTemplate when creating the page.)
Data Warehouse Database Systems(To add new entries, please choose DatabaseTemplate when creating the page.)
Database Systems for Embedding Into ApplicationsThe following database systems are more oriented towards embedded applications:
(To add new entries, please choose DatabaseTemplate when creating the page.)
Non-Relational Databases Record-based DatabasesDatabases working on flat files or fixed records.
(To add new entries, please choose DatabaseTemplate when creating the page.)
XML DatabasesOracle/Sleepycat DB XML (howto)
(To add new entries, please choose DatabaseTemplate when creating the page.)
Native Python DatabasesRetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4