Skip to content

Simple tool that mirrors Paradox database as SQLite at runtime.

License

Notifications You must be signed in to change notification settings

grigoryvp/pyparadox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parabridge

Simple tool that mirrors Paradox database as SQLite at runtime.

Why?

I have a closed source third party application running on the server that use Paradox database. In order to communicate with this application i read Paradox database directly, but it takes about 10 minutes for a simple query to execute due to the outdated database drivers. This tool reads Paradox database binary file in background and updates SQLite database file that mirrors changes. SQLite databse is than used to access data fast and reliable way.

About

Simple tool that mirrors Paradox database as SQLite at runtime.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages