Firebird database

Is there support for old Firebird databases as a custom user database?

anyone? nothing?

anyone? nothing?

Have in mind this is a community forum so technically there are no guaranteed responses or timelines. You may also want to avoid posting replies like that as answers because that would remove the question from certain views.

The custom databases will allow to connect to any user store that is accessible through the Internet; the custom scripts you configure are basically Node.js code with some constraints on the packages that can be used. However, you can put an HTTP API in front of your user store and call that API from the scripts so technically you can use pretty much anything as the underlying storage.

See these docs for a way to search which NPM modules can be used from custom databases: