ibmdb / rust-ibm_db

RUST Driver for IBM Db2 servers
MIT License
16 stars 5 forks source link

Port from odbc-safe to odbc-api ? #7

Open rredburn opened 2 years ago

rredburn commented 2 years ago

odbc-safe is no longer maintained and suggests using odbc-api which appears to be an easier to use higher level interface. Has there been any consideration for migrating? I've poked at it a little and unfortunately it does not look straightforward, but perhaps such a project would simplify ibm_db internals by abstracting more odbc details (and re-align ibm_db with odbc-* future strategy).

AWADHAMBIKA commented 2 years ago

Hi @rredburn thanks for pointing this out. Let us look into this and get back to you on it's possibility.