Mirror of
forum.nim-lang.org
index
7813 :: IndexedDB
[2021-04-17T23:12:09+02:00]
View Orginal
dullbananas
(orginal)
[2021-04-17T23:12:09+02:00]
view original
Are there any existing bindings for IndexedDB (JavaScript)?
Yardanico
(orginal)
[2021-04-18T00:03:40+02:00]
view original
It shouldn't be hard to create one since we have std/jsffi, I found one example of it's usage for IndexedDB:
https://github.com/enimatek-nl/tangu/blob/main/src/tangu/indexeddb.nim