issues Search Results · repo:Alorel/rust-indexed-db language:Rust
Filter by
16 results
(65 ms)16 results
inAlorel/rust-indexed-db (press backspace or delete to remove)I m using the same function in the example
#[derive(serde::Serialize, serde::Deserialize)]
struct MySerdeType(u8, String);
async fn indexedDB() - indexed_db_futures::OpenDbResult () {
let db = ...
kadiemq
- Opened on Nov 5, 2024
- #46
I have just copied the example:
#[derive(Serialize, Deserialize)]
struct MySerdeType(u8, String);
async fn main() - indexed_db_futures::OpenDbResult () {
let db = Database::open( my_db )
...
kadiemq
- 1
- Opened on Nov 5, 2024
- #45
Currently IdbCursorWithValue provide into_vec method that return a Vec containing the Key-Value pair.
I would like to have something similar that only return the value. Given the implentation of into_vec ...
Released
FirelightFlagboy
- 3
- Opened on Jul 30, 2024
- #39
The UUID crate has changed it s feature flags and the wasm-bindgen flag has been removed since 1.7.0 or so
(currently 1.8.0). The wasm-bindgen dependency itself is also included under the js flag.
Released
TiemenSch
- 2
- Opened on May 23, 2024
- #35
Currently, indexed_db_futures relies on behavior of the futures executor that is not actually specified: it assumes that
waking a task from an IndexedDB callback, and then returning from the IndexedDB ...
wontfix
Ekleog
- 3
- Opened on Jan 20, 2024
- #33
Hey!
Here s an idea for indexed-db-futures v0.5: what if transactions aborted on drop, instead of committing on drop?
This d make them farther away from the indexed-db standard, for sure, but the indexed-db ...
Released
Ekleog
- 3
- Opened on Jan 12, 2024
- #32
web_sys defines IdbObjectStore::get_all_with_key_and_limit and IdbIndex::get_all_with_key_and_limit, but as far as I can
tell they are not exposed by rust-indexed-db.
Released
richvdh
- Opened on Nov 23, 2023
- #31
In the callback we might need to await a transaction to make sure everything happens in the correct order.
For example porting the example of the Structuring the database section of MDN s guide is currently ...
Released
zecakeh
- 1
- Opened on Oct 31, 2023
- #30
Based on https://github.com/leptos-rs/leptos/tree/main/examples/tailwind_csr_trunk
use indexed_db_futures::{
prelude::{IdbObjectStore, IdbTransaction},
request::IdbOpenDbRequestLike,
web_sys::IdbTransactionMode, ...
Released
gitmalong
- 1
- Opened on Aug 19, 2023
- #25
This event is fired during a transaction with mode versionchange, which should be available in event.target.transaction.
Although accessing the IdbDatabase allows us to create/delete object stores and ...
Released
zecakeh
- 3
- Opened on Mar 4, 2023
- #20

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.