0 votes
in Python by
How to connect to Python database?

1 Answer

0 votes
by

Python Database API (DB-API) is a standard interface to interact with various databases.

DB-API supports connecting to different database servers such as Microsoft SQL Server 2000, PostgreSQL, Oracle.

Different DB API’s are used for accessing different databases. Hence a programmer has to install DB API corresponding to the database one is working with.

...