sling-cli
sling-cli copied to clipboard
Add support for FirebirdSQL
Discussed in https://github.com/slingdata-io/sling-cli/discussions/601
Originally posted by fdcastel July 14, 2025 I wish to use sling with an unsupported database (Firebird).
Is it possible to use with just a ODBC Driver? (Firebird has an ODBC driver).
Links:
- https://hub.docker.com/r/firebirdsql/firebird (Docker)
- https://github.com/nakagami/firebirdsql (golang driver)
- https://www.firebirdsql.org/en/firebird-rdbms/ (Documentation)
@flarco Thanks for the prompt reply!
I'd be happy to contribute with some PRs, if the team is interested.
Of course, some initial pointers and guidelines would definitely help. 😉
It seems that this PR could be a good starting point for reference.
@fdcastel created a PR to get you started: https://github.com/slingdata-io/sling-cli/pull/611 See comments there.