michaelrambeau / bestofjs

Best of JS repo used only to track user requests
https://bestofjs.org
132 stars 9 forks source link

Add jsstore #250

Closed ujjwalguptaofficial closed 5 years ago

ujjwalguptaofficial commented 5 years ago

JsStore is an IndexedDB Wrapper. It makes IndexedDB super easy with its SQL like apis.

Doc link - http://jsstore.net/ Github - https://github.com/ujjwalguptaofficial/JsStore

michaelrambeau commented 5 years ago

Hello Ujjwal @ujjwalguptaofficial Thank you for the suggestion, JsStore will be available in Best of JavaScript very soon.

michaelrambeau commented 5 years ago

Hello @ujjwalguptaofficial It's online, could you please check here: https://bestofjs.org/tags/db

Now it's tagged Database, which is a very generic category that contains projects related to data storage: databse ORM and clients, wrappers around browser storage like your project...

I wonder if you had any idea about how we could split this category into more meaningful tags.

Thank you for your feedback!

ujjwalguptaofficial commented 5 years ago

works for me. Thanks.

ujjwalguptaofficial commented 5 years ago

Hi @michaelrambeau

Regarding this

I wonder if you had any idea about how we could split this category into more meaningful tags.

Its a database technology but its a browser based technology and categorizing this along with server database like mongodb is not a good idea. Could you create seperate tags "browser storage" ?

Browser storage seems more meaningful for me. Let me know.

michaelrambeau commented 5 years ago

Hello @ujjwalguptaofficial

Here is the new category called "Browser storage": https://bestofjs.org/tags/browser-storage

Let me know if it makes sense for you, thank you!

image

ujjwalguptaofficial commented 5 years ago

awesome, thanks!.