KomodoPlatform / komodo-defi-framework

This is the official Komodo DeFi Framework repository
https://komodoplatform.com/en/docs/komodo-defi-framework/
97 stars 88 forks source link

merge `db_common` and `mm2_db` into `mm2_db_driver` #2120

Open borngraced opened 1 month ago

borngraced commented 1 month ago

Currently, these two crates serve as SQLite and IndexedDB drivers, respectively. Therefore, they should not be separated. Instead, they should be merged and renamed to mm2_db_driver

db_common - https://github.com/KomodoPlatform/komodo-defi-framework/tree/main/mm2src/db_common mm2_db - https://github.com/KomodoPlatform/komodo-defi-framework/tree/main/mm2src/mm2_db