LukeSavefrogs / easyfatt-db-connector

MIT License
4 stars 0 forks source link

Add support for connection via Firebird SuperServer/ClassicServer #10

Open LukeSavefrogs opened 7 months ago

LukeSavefrogs commented 7 months ago

As of now, connection is only possible with the firebird embedded database client (which is both a client and server). This however cannot always be used, and may be useful to allow connecting to an existing database instance (such as a SuperServer running on Windows or Linux).

This could be a viable alternative for those running their scripts in a Linux OS with a Firebird server installed and the Easyfatt database reachable via shared folder.