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
- Host: GitHub
- URL: https://github.com/macagua/example_msaccess_python
- Owner: macagua
- License: gpl-3.0
- Created: 2023-03-26T03:16:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-08T05:22:06.000Z (over 2 years ago)
- Last Synced: 2025-01-09T10:49:27.898Z (9 months ago)
- Topics: access, database, microsoft, msaccess, office, pyodbc, python, python3, sql, sql-query, sqlalchemy, sqlalchemy-orm
- Language: Python
- Homepage:
- Size: 433 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

### 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).