Skip to content

tombola/filemaker-sql

Repository files navigation

FileMaker SQL

PyPI - Version PyPI - Python Version

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

Installation

pip install filemaker-sql

License

filemaker-sql is distributed under the terms of the MIT license.

Development requirements

  • FileMaker desktop app
  • libiodbc installed (brew install libiodbc)
  • unixodbc uninstalled (brew uninstall unixodbc) Hope to resolve this.
  • pre-commit install

About

PoC to connect to FileMaker database via an ORM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages