How to use Firebird as secondary database for Virtual DocTypes?

How to use Firebird as secondary database for Virtual DocTypes ?
Which steps to add Firebird support to framework ?

Hi:

You will need driver/library to access Firebird database. Take a look here:

To get a simple integration, controller methods will be enough. Deeply virtual doctype adoption (fetching data or linking fields) require a little bit more “magic” (custom queries, etc…)

Here an example with MongoDB implementation:

And official docs:
https://frappeframework.com/docs/user/en/basics/doctypes/virtual-doctype

Hope this helps.

You gave me hope, thank a lots.

1 Like