|
|
|
|
|
by randomdata
1788 days ago
|
|
> Yeah but a key value system lacks all the really good things about SQL. IndexedDB lacks SQL support natively, but there is nothing about key value systems in general that preclude the use of SQL. CockroachDB comes to mind as a key value store that depends on SQL. SQL support could be built atop IndexedDB by a willing developer. JsStore is in that vein, although the approach is a little bit different. |
|