You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Askar currently only supports SqlLite and Postgres, but we also need support for DB2. If I was to create a DB2 storage implementation would the code changes be accepted back into the project?
I realise that the SqlLite and Postgres implementation currently use the Rust sqlx API - however, there is no DB2 support in the sqlx API (although there is a DB2 Rust driver available) - would this be a blocker for the DB2 implementation?
Thanks.
The text was updated successfully, but these errors were encountered:
Askar currently only supports SqlLite and Postgres, but we also need support for DB2. If I was to create a DB2 storage implementation would the code changes be accepted back into the project?
I realise that the SqlLite and Postgres implementation currently use the Rust sqlx API - however, there is no DB2 support in the sqlx API (although there is a DB2 Rust driver available) - would this be a blocker for the DB2 implementation?
Thanks.
The text was updated successfully, but these errors were encountered: