Connect to FileMaker via odbc and run SQL queries against the FileMaker tables.
Uses PyPika query builder to simplify SQL construction.
Though `filemaker-sql`` should work cross platform, the constraints for my own use case were:
- Filemaker 18
- Mac OS
Table of Contents
pip install filemaker-sql
filemaker-sql
is distributed under the terms of the MIT license.
- FileMaker desktop app
- libiodbc installed (
brew install libiodbc
) - unixodbc uninstalled (
brew uninstall unixodbc
) Hope to resolve this. pre-commit install