An open API service indexing awesome lists of open source software.

https://github.com/macagua/example_msaccess_python

Examples for create a Microsoft Access database and query his data with Python
https://github.com/macagua/example_msaccess_python

access database microsoft msaccess office pyodbc python python3 sql sql-query sqlalchemy sqlalchemy-orm

Last synced: 7 months ago
JSON representation

Examples for create a Microsoft Access database and query his data with Python

Awesome Lists containing this project

README

          

# example_msaccess_python

Examples for create a [Microsoft Access](https://en.wikipedia.org/wiki/Microsoft_Access) database and query his data with Python.

## Libraries

There are the following libraries supported:

- [pyODBC](pyodbc/) Examples.

- [SQLAlchemy](sqlalchemy/) Examples.

## Entity–relationship model

![Entity-relationship Diagram](./doc/database_er_diagram.png)

### Documentation

Download the database documentation [here](./doc/doc_rptObjects.pdf).

## Requirements previous

- Install the [Microsoft Access Database Engine 2010 Redistributable (Drivers)](https://www.microsoft.com/en-us/download/details.aspx?id=13255) or Microsoft Access Professional 2010.

## Tested it with

- Microsoft Access Professional 2010.

- Python 3.8

## Development

Checkout the Development notes at [DEVELOP.md](doc/DEVELOP.md).