devashishdxt / deli

Apache License 2.0
6 stars 3 forks source link

Rolling deli into IDB #5

Open LucaCappelletti94 opened 3 weeks ago

LucaCappelletti94 commented 3 weeks ago

Now that deli is aligned with IDB, should we roll deli into IDB as you mentioned here before proceeding with extending features like the composite primary keys?

If so, what do you think should be done?

devashishdxt commented 2 weeks ago

I think we should first try to implement all the indexed db features in deli and iterate over the API until we're satisfied. Then, we can merge it with idb.

As mentioned, some of the missing features are:

LucaCappelletti94 commented 2 weeks ago

Ok!