Replies: 2 comments 1 reply
-
@yueyinqiu Ever have any success with it? I looked into something similar many years ago, but it didn't exist whenever I looked into it. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hmm... still find it tricky in some details... it seems impossible to avoid event callback. Perhaps we should start from the experience of C# itself without fully implementing the raw api. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Actually I tried to do this 2 years ago, but failed: https://github.com/Nololiyt/Nololiyt.IndexedDbSharp.Raw.git
I think the reason why it failed is that I chose to wrap all the js stuffs. Instead, we should just provide equivalent apis in C#, and not to expose those js events/promises.
So do we have any plan to support those raw apis? I mean, to have apis in C# that are similar to IndexedDB_API.
This may break many things. We would have classes for databases, objectStores, transactions, keys... Dexie.js may not satisfy the needs as well.
If we do, I may try that again now.
Beta Was this translation helpful? Give feedback.
All reactions