|
|
|
|
|
by AndrewSChapman
1250 days ago
|
|
IndexDb is not a relational data store. It's much closer to Mongo than it it to Sqlite. If you want relational tables, joins, aggregations etc, you want something like this (or the original Web SQL that was deprecated). There is definitely a use case for it. |
|
If only. It’s much closer to DBM than it is to Mongo.