KomodoPlatform / komodo-defi-framework

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

Extract indexed_db crate to a separate repository #2244

Open laruh opened 1 month ago

laruh commented 1 month ago

We have a well-developed Rust representation of the IndexedDB API https://developer.mozilla.org/en-US/docs/Web/API/IndexedDB_API, with low-level wrappers over essential JavaScript structures. I propose moving this implementation into a separate repository and publishing it on crates.io as komodo-idb-rs.

Currently there is limited number of up-to-date and complete libraries for IndexedDB in rust. Publishing komodo-idb-rs is a good opportunity for us to take a significant place in the open-source IndexedDB ecosystem for rust.