Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
JsStore
JsStore is an IndexedDB Wrapper. It makes IndexedDB super easy with its SQL like apis.
Collective -
Host: opensource -
https://opencollective.com/jsstore
- Website: https://jsstore.net/
- Code: https://github.com/ujjwalguptaofficial/JsStore
Changed Error msg for bad data type
github.com/ujjwalguptaofficial/JsStore - 9652e2e09c535707b11f9be7223af1a06d6f707e authored over 7 years ago by WARRIOR\COMMANDER <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 9652e2e09c535707b11f9be7223af1a06d6f707e authored over 7 years ago by WARRIOR\COMMANDER <[email protected]>
Added feature of DataType
github.com/ujjwalguptaofficial/JsStore - 7603d2f7ef54629b09aacef9b40e3f117133d4a1 authored over 7 years ago by WARRIOR\COMMANDER <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 7603d2f7ef54629b09aacef9b40e3f117133d4a1 authored over 7 years ago by WARRIOR\COMMANDER <[email protected]>
ErrorCount ++ in checkandmodifyschema
github.com/ujjwalguptaofficial/JsStore - 50d9a655cc576f80cc8b7f1b1e57047783dd5523 authored over 7 years ago by WARRIOR\COMMANDER <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 50d9a655cc576f80cc8b7f1b1e57047783dd5523 authored over 7 years ago by WARRIOR\COMMANDER <[email protected]>
Code to convert tablename and dbname into lower case
github.com/ujjwalguptaofficial/JsStore - 2fd495596ef0e82fb8772bae8db4f4f50b4e33ea authored over 7 years ago by WARRIOR\COMMANDER <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 2fd495596ef0e82fb8772bae8db4f4f50b4e33ea authored over 7 years ago by WARRIOR\COMMANDER <[email protected]>
Array Intialization for ValuesAffected in insertlogic
github.com/ujjwalguptaofficial/JsStore - 95a2fac6f37bbf2e3cb24de3ac10199841f63d7e authored over 7 years ago by WARRIOR\COMMANDER <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 95a2fac6f37bbf2e3cb24de3ac10199841f63d7e authored over 7 years ago by WARRIOR\COMMANDER <[email protected]>
Delete Database code tested and completed
github.com/ujjwalguptaofficial/JsStore - 1079d0b84e104604883ae6ba9519a785ba82f244 authored over 7 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 1079d0b84e104604883ae6ba9519a785ba82f244 authored over 7 years ago by Ujjwal Gupta <[email protected]>
Added the event of transaction
github.com/ujjwalguptaofficial/JsStore - 2426ec470c9f05119643fefc319f8afa25a9f104 authored over 7 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 2426ec470c9f05119643fefc319f8afa25a9f104 authored over 7 years ago by Ujjwal Gupta <[email protected]>
Added the code for autoincrement , currentdate
github.com/ujjwalguptaofficial/JsStore - fe5860731ba1d1903a1012fb075356b4976db925 authored over 7 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - fe5860731ba1d1903a1012fb075356b4976db925 authored over 7 years ago by Ujjwal Gupta <[email protected]>
Written the code for join logic
github.com/ujjwalguptaofficial/JsStore - 96c5feb7c9e150588556f7cdceabcdcab7fdd6b0 authored over 7 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 96c5feb7c9e150588556f7cdceabcdcab7fdd6b0 authored over 7 years ago by Ujjwal Gupta <[email protected]>
On a way to do the join logic
github.com/ujjwalguptaofficial/JsStore - 070f0fdd00fd9ed7bff144e708ba5f6d4a7e7a9c authored over 7 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 070f0fdd00fd9ed7bff144e708ba5f6d4a7e7a9c authored over 7 years ago by Ujjwal Gupta <[email protected]>
Select logic with multiple value for single column
github.com/ujjwalguptaofficial/JsStore - 3b64d207d773657420403d2d3d4af6f31aa0db63 authored over 7 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 3b64d207d773657420403d2d3d4af6f31aa0db63 authored over 7 years ago by Ujjwal Gupta <[email protected]>
ADDED THE CODE FOR DOING AND
github.com/ujjwalguptaofficial/JsStore - df3a9bcc77a00b56747d7df7f1163d1ea28f0d72 authored over 7 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - df3a9bcc77a00b56747d7df7f1163d1ea28f0d72 authored over 7 years ago by Ujjwal Gupta <[email protected]>
on a way to write the code for join logic -
github.com/ujjwalguptaofficial/JsStore - c2a7510ba50dbfc0d56692b92fed507b2ebb406a authored almost 8 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - c2a7510ba50dbfc0d56692b92fed507b2ebb406a authored almost 8 years ago by Ujjwal Gupta <[email protected]>
Added the feature for wherein
github.com/ujjwalguptaofficial/JsStore - 027808a02232bbd3c2cb50eb46daf72d7b62486c authored almost 8 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 027808a02232bbd3c2cb50eb46daf72d7b62486c authored almost 8 years ago by Ujjwal Gupta <[email protected]>
Refactored the code and optimized
github.com/ujjwalguptaofficial/JsStore - a037f4df5c62c7eacecbb9642d39f6d978b3cddc authored almost 8 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - a037f4df5c62c7eacecbb9642d39f6d978b3cddc authored almost 8 years ago by Ujjwal Gupta <[email protected]>
Updated the code for update function and also optimized the overall code
github.com/ujjwalguptaofficial/JsStore - c6c52e2377e37d1844ea5e9e99254fd7ce9456c7 authored almost 8 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - c6c52e2377e37d1844ea5e9e99254fd7ce9456c7 authored almost 8 years ago by Ujjwal Gupta <[email protected]>
Added query to update,delete,dropdatabase
github.com/ujjwalguptaofficial/JsStore - 6c1599adf8d4775f5d7ba9a114a8dc3ff095869a authored almost 8 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 6c1599adf8d4775f5d7ba9a114a8dc3ff095869a authored almost 8 years ago by Ujjwal Gupta <[email protected]>
Written up the query for update
github.com/ujjwalguptaofficial/JsStore - 2a5adda56dd00299b8d83b867f704c140639a0c4 authored almost 8 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - 2a5adda56dd00299b8d83b867f704c140639a0c4 authored almost 8 years ago by Ujjwal Gupta <[email protected]>
Added code with example for getting the data
github.com/ujjwalguptaofficial/JsStore - d2dc1316551712cb073b0b878b7a22052a26066d authored almost 8 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - d2dc1316551712cb073b0b878b7a22052a26066d authored almost 8 years ago by Ujjwal Gupta <[email protected]>
Added code for adding the data into database , added an example folder with working example of adding the data
github.com/ujjwalguptaofficial/JsStore - f6433ae8849ede1542a31f67271a95e54feb0d1b authored almost 8 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - f6433ae8849ede1542a31f67271a95e54feb0d1b authored almost 8 years ago by Ujjwal Gupta <[email protected]>
First Commit of JsStorage
github.com/ujjwalguptaofficial/JsStore - a7d852274a998b547b36ec82a1be8897a07fb590 authored almost 8 years ago by Ujjwal Gupta <[email protected]>
github.com/ujjwalguptaofficial/JsStore - a7d852274a998b547b36ec82a1be8897a07fb590 authored almost 8 years ago by Ujjwal Gupta <[email protected]>