A tool to sync pilot-db databases with an SQL database.
Project description
dbsql is a tool that reads in pilot-db files and synchronizes them with an SQL database. It will work with any DB-API compliant SQL interface module. For best results, a trigger needs to be set on the tables in the database. One is provided for PostgreSQL, written in pl/python.
A module for reading pilot-db databases is included.
This also includes a module for reading Palm pdb files.