Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/plexidev/quick.db

An easy, open-source, Node.js database designed for complete beginners getting into the concept of coding.
https://github.com/plexidev/quick.db

Merge branch 'patch-1' into patch-1

9224690312f06b364af476ec427e44a4dcb827dd authored about 3 years ago by Nigelrex <[email protected]>
Update all.js

664b71765352dcc2dd2231ab9b419e7d3f6d72b1 authored about 3 years ago by Nigelrex <[email protected]>
removing random json parses and stringifies

e27fee961abaeb4e6d3b5320338153d94259f1a1 authored about 3 years ago by zelak <[email protected]>
revert fix

ad3249fa90c2f5ee0a7095ad4ffbdb443bf7c83b authored about 3 years ago by zelak <[email protected]>
Update all.js

0fd33dc4633add0768f5527590906f1b9a37b9b8 authored about 3 years ago by Nigelrex <[email protected]>
Update all.js

ddc76d0ec75d97b32aa1197971fcff47020e31ba authored about 3 years ago by Nigelrex <[email protected]>
Remove "" from the data value

`.all` has this minor bug

18b4f138773f2d4bd5b8977bcf9dc8f6e829beb6 authored about 3 years ago by Nigelrex <[email protected]>
Merge pull request #220 from realCartar/patch-1

Update clear.js

4e7b0fd49de699c3d49b1db047d5fcad54102a23 authored about 3 years ago by Loren Cerri <[email protected]>
Update clear.js

6b1905fcd93f1a4a2e0e9b3926d613bd6e9b198a authored about 3 years ago by realCartar <[email protected]>
Merge pull request #219 from realCartar/master

Clearing Rows from the selected Table

2e8ba6861e9f41f92ab7b03a690a58bdf5af9a17 authored about 3 years ago by Loren Cerri <[email protected]>
Update clear.js

55c45bc82d5b8c62c03a8e0cbbdde27d97205e56 authored about 3 years ago by realCartar <[email protected]>
Update index.js

fb4b403fb640b5517ef1faf4658afa5e203f98ef authored about 3 years ago by realCartar <[email protected]>
Update test.js

8ee201c5706ebbc21d7ac2fed17b9960f1276b02 authored about 3 years ago by realCartar <[email protected]>
Update index.js

5f923a282dd92ef3b5f5004844da3d6aed9d32a9 authored about 3 years ago by realCartar <[email protected]>
add support for clearing on a table-level

0dd54caa00ebebbf1d5fa99d410688c52cc4525f authored about 3 years ago by realCartar <[email protected]>
clear table method

ddda7f25a3d9691e226e35ac18204a94e818fc8e authored about 3 years ago by realCartar <[email protected]>
Update index.js

c2f15c27ab6bff7f3ee131610acc6249e1b30b28 authored about 3 years ago by realCartar <[email protected]>
Update README.md

56471b4072e6d7a90f7961af395bf61c638659a1 authored over 3 years ago by Loren Cerri <[email protected]>
Update README.md

9b76a91940c0b727ad7c1df220f0d92a01c67874 authored over 3 years ago by Loren Cerri <[email protected]>
Fixed typo due to not checking before commiting...

e0880d4d65704a34d988ea6c6c769dcf5a2514f4 authored over 3 years ago by Xandrrrr <[email protected]>
Fixing typing issues => can be of any type and then it errors

665fe02f5cdd9dd74502a2ac67119505bdde5011 authored over 3 years ago by Xandrrrr <[email protected]>
Merge pull request #207 from DaliborTrampota/patch-3

always return json instead of stringified object

53560ed81a27869ec91577418f28f13760449884 authored over 3 years ago by Zorotic <[email protected]>
Merge pull request #206 from DaliborTrampota/patch-2

Fix when key (id) is number and not a string

9effc473935edbe545721b883351e1df67e99099 authored over 3 years ago by Zorotic <[email protected]>
always return json instead of stringified object

Sometimes .all method returns data property that is string and not parsed object. This fixes it.

57a4b0d0b3ef93b9275618cd7d6ea6f5acc7f954 authored over 3 years ago by Dalibor Trampota <[email protected]>
Fix when key (id) is number and not a string

db.set(Date.now(), { text, interval, next: Date.now() + interval, channel: message.channel.id })...

bebf8a6b563efa7edcb2a6f93e10b97994cce3bb authored over 3 years ago by Dalibor Trampota <[email protected]>
Merge pull request #203 from ZelAk312/master

fix(all): now returns the parsed data instead of strings

c3ed620c515d9155e6efeaf0af9118a0754e76a2 authored almost 4 years ago by Zorotic <[email protected]>
removing double stringify and double parse. Adding test entry

45e96c1c23b699a6594dd280d14d1f5fcf7c62e8 authored almost 4 years ago by Tommy <[email protected]>
removing stringify option

e7f9c668f0f4364cd63ab56be64f5795a952aced authored almost 4 years ago by Tommy <[email protected]>
fix(subtract): use parseFloat instead of parseInt

c9563749d57433cb02751a669ee8bbc00db26bce authored almost 4 years ago by Zorotic <[email protected]>
fix(add): use parseFloat instead of parseInt

16e454a878643543f6acb994665af812b0a75639 authored almost 4 years ago by Zorotic <[email protected]>
Bump major version

bd4487a8b51568ab3dc2532b022979460cfe797e authored almost 4 years ago by Zorotic <[email protected]>
Merge pull request #202 from YodaLightsabr/patch-1

Allow custom sqlite files.

Following this there will be a major version bump since this is a ...

8ac8c7b23d2064410cc7c5d59724b5f604e2d329 authored almost 4 years ago by Zorotic <[email protected]>
Update test.js

7541fce73e862600ea7e08f17a75a22c173a2816 authored almost 4 years ago by YodaLightsabr <[email protected]>
Update README.md

730f562417dd19cfe033f0f798516caec8f91c28 authored almost 4 years ago by YodaLightsabr <[email protected]>
Allow custom sqlite files

By exporting a function that gives access to the database, rather than a set of functions that a...

ab1ad834fbfea867170a78875516a72c900ad48a authored almost 4 years ago by YodaLightsabr <[email protected]>
Update README.md

ae8e25169f5adb7090efd52295aebccbbec0aae4 authored about 4 years ago by Loren Cerri <[email protected]>
Update README.md

9cd9173635415f443f98b410e285eee3952befc6 authored about 4 years ago by Loren Cerri <[email protected]>
Update README.md

25fac588488a6244c1435d39c0d54d7c794a4026 authored about 4 years ago by Loren Cerri <[email protected]>
Bump version

4b88eaa1d8aab8565e40906df4b3674e415ea25f authored about 4 years ago by Loren Cerri <[email protected]>
Update README.md

03b73f3d44c0fa79825677abcb6d62e956d3f994 authored about 4 years ago by Loren Cerri <[email protected]>
Update README.md

89f0432cf4b0db8b3e5f6e6d32615d688c123d01 authored about 4 years ago by Loren Cerri <[email protected]>
Update README.md

d6bb28275fa9c564ac986f68a70bf2a5cad61aed authored about 4 years ago by Loren Cerri <[email protected]>
Update README.md

6c339720bd5beea5210d4b51df0ca2179e29ceef authored about 4 years ago by Loren Cerri <[email protected]>
Update README.md

9f0d6d05d57bc9fd0e999e1504906b01a61d92dd authored about 4 years ago by Loren Cerri <[email protected]>
Update README.md

73909d05317e21ad1d6c77d2599c36527e181c04 authored about 4 years ago by Loren Cerri <[email protected]>
Update README.md

5c396c4c8b06c6d35dbef3ccc75574ec52755263 authored about 4 years ago by Loren Cerri <[email protected]>
Update README.md

8383aaad31a9f809d94deb4fc40ebfa2c528693e authored about 4 years ago by Loren Cerri <[email protected]>
Update README.md

3435e9f6222b67c2a633bd561af8ebddfcc897b9 authored about 4 years ago by Loren Cerri <[email protected]>
Merge pull request #184 from Snowflake107/master

typings update

0a94267bdb7526f7789e25a55998399cda2384e7 authored over 4 years ago by Zoro <[email protected]>
use Table instead of table

2f1c2f4ad0251c108e023c45d3038031f8dec101 authored over 4 years ago by Snowflake <[email protected]>
add more data types

ab821db46a0fa161f24e6187cbdcdfdc36bf8443 authored over 4 years ago by Snowflake <[email protected]>
fix types for options

f683fc72c338af6501bbfda91777e3c5d88016e9 authored over 4 years ago by Snowflake <[email protected]>
table as a class

5209bef494f4a5cb0cf0511abbacce9fc566c84d authored over 4 years ago by Snowflake <[email protected]>
fix typo

1daa26ede9fb642442634f92c9cebb2531db4441 authored over 4 years ago by Snowflake <[email protected]>
typings

32e115e709ed4789712bb330ed0381a12cae9fa8 authored over 4 years ago by Snowflake <[email protected]>
Update README.md

e4da173320a72d4fc311604082a654479641f919 authored over 4 years ago by Loren Cerri <[email protected]>
Merge pull request #183 from Snowflake107/patch-1

✨ update typings for db#fetchAll()

c56e513f1fe1beea226ac536a1fc7299e3e7e336 authored over 4 years ago by Loren Cerri <[email protected]>
✨ update typings for db#fetchAll()

b2b33d852ff6a1bd946fd1ca2333da7a56401095 authored over 4 years ago by Snowflake <[email protected]>
update index.js

46c021de5ad2317db644824e5af5446eddce8f58 authored over 4 years ago by Loren Cerri <[email protected]>
bump dependencies

0ffee3f734f96a9860758d01ab0bdeff520ac9b0 authored over 4 years ago by Loren Cerri <[email protected]>
update structure

b7011af42001726cc9da1df4c40758b95c9e8321 authored over 4 years ago by Loren Cerri <[email protected]>
Merge pull request #162 from Snowflake107/patch-1

update version in handler

eb7efe790017ac3d07513034ea2c05a68299e9d6 authored over 4 years ago by Loren Cerri <[email protected]>
Merge pull request #163 from Androz2091/patch-1

Typings: add number type for set and push methods

660d47743bdbd76fc1e6b780838c2e8d80539cfb authored over 4 years ago by Loren Cerri <[email protected]>
Merge pull request #166 from plexidev/dependabot/npm_and_yarn/lodash-4.17.19

Bump lodash from 4.17.15 to 4.17.19

ec91570e66366a7392c14874fcc70372988ccc48 authored over 4 years ago by Loren Cerri <[email protected]>
Update README.md

4660cacb13401dbf8abdf71707f1a7e42cb6efdc authored over 4 years ago by Loren Cerri <[email protected]>
Update README.md

cdd2612b6ed8eabcad834d601ab71473784684fd authored over 4 years ago by Loren Cerri <[email protected]>
Bump lodash from 4.17.15 to 4.17.19

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](http...

6fd259523981de4d37f25c3a967c5ed9b98a6416 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Typings: add number type for set and push methods

3234ad24047d9b1358544ed6afedbe2e2c5b7cb6 authored over 4 years ago by Androz <[email protected]>
Update README.md

1ec09504793df3055e034803132f409ca32fc5fc authored over 4 years ago by Loren Cerri <[email protected]>
update version in handler

ee85c26eb098f5ffd759630e9c2ce712014c4780 authored over 4 years ago by INEX07 <[email protected]>
Increment version for hotfix

d6e2bf17fb07f7bb011e128fcdc8b0371185b7eb authored over 4 years ago by TrueXPixels <[email protected]>
Update README.md

5a9f1306345407a868fd88fe0cdeec18a1a20ab7 authored over 4 years ago by TrueXPixels <[email protected]>
Update .gitignore

d9472167460944c0c5cf71946abf42709604649a authored over 4 years ago by TrueXPixels <[email protected]>
Delete json.sqlite

af25656d3d0e51c98667b0167be6a34f6f2156c7 authored over 4 years ago by Loren Cerri <[email protected]>
7.1.0 Release

c3fe5d4c3e3804d5f7922b070a93d7e01e28a7f3 authored over 4 years ago by TrueXPixels <[email protected]>
Merge pull request #160 from mokoshalb/glitch

update better-sqlite3 version

36c0166fd13297e77e36af365ef5a0421f56ef60 authored almost 5 years ago by Loren Cerri <[email protected]>
Merge pull request #159 from chroventer/patch-1

build: update better-sqlite3

d73d7d730d5e13306b408b6f118738d1a8ffe178 authored almost 5 years ago by Loren Cerri <[email protected]>
update better-sqlite3 version

update better-sqlite3 version due to error from Interger package prior to v3.0.1.
update to bet...

d624669739abdfe0b9668b1f4b5474b81ccb4806 authored almost 5 years ago by Okoya Usman <[email protected]>
build: update better-sqlite3

3fc2b3ab95bd115fd46d7dcebb73301b80497cef authored almost 5 years ago by Ayyan Lewis <[email protected]>
Merge pull request #158 from vekat/feature-157

Add table name as option

62ae77a7ce2990f4d5e80bc7bb233738c88a980b authored almost 5 years ago by Zoro <[email protected]>
Add table name as option

Feature request #157.

7f1268ddf803dfdbc5dbccf320c3460b3a21871b authored almost 5 years ago by Vitor Cortez <[email protected]>
Update README.md

6f208310b4f9b5ae2f53b67bd480734b80307381 authored almost 5 years ago by Loren Cerri <[email protected]>
Merge pull request #155 from chroventer/patch-1

Replace singular Lodash dependencies with core package

136ab12c0f11fb6fbbdabc6fa8e0efb1855399f8 authored almost 5 years ago by Zoro <[email protected]>
feat: switch to lodash singular package

04748fb8c4f9b6396435538ae1246ea05cf51851 authored almost 5 years ago by Ayyan Lewis <[email protected]>
feat: switch to lodash singular package

fea513d2c0b9b35f459fa9fc09ada84a72255f7a authored almost 5 years ago by Ayyan Lewis <[email protected]>
feat: switch to lodash singular package

152212ef33d16da1ca22b7e828a4755742518da7 authored almost 5 years ago by Ayyan Lewis <[email protected]>
feat: switch to lodash singular package

83d0080343a576708e9596e382a0ced58518c2bb authored almost 5 years ago by Ayyan Lewis <[email protected]>
feat: switch to lodash singular package

303af496c35335cdd0dc6d13051bdbbbf0c7be66 authored almost 5 years ago by Ayyan Lewis <[email protected]>
feat: switch to lodash singular package

7ec16bc36589f54f16d7d70ddbd5c8f1b4c45dc1 authored almost 5 years ago by Ayyan Lewis <[email protected]>
feat: switch to lodash singular package

79a037de8030c0b110e959900e934ef0549d89f6 authored almost 5 years ago by Ayyan Lewis <[email protected]>
feat: switch to lodash singular package

2a57503d75c7b9653b3a3ea0006b67141fe4f6d2 authored almost 5 years ago by Ayyan Lewis <[email protected]>
build: add singular lodash package

99ba2f47096a1877a82c212b80604c05d516d150 authored almost 5 years ago by Ayyan Lewis <[email protected]>
Merge pull request #154 from ZoroSC/glitch

Add placeholder for table function

b6869a6fbe4bab875b7f5bc5cf9c28b2a6360125 authored about 5 years ago by Zoro <[email protected]>
Add placeholder for table function

f02e1bc81f69687bae01b65846ec3b322488d5ce authored about 5 years ago by Zoro <[email protected]>
Merge pull request #137 from KevvyCodes/patch-1

Allowed null for value when using set()

e49c1261c5d7ad042ec614b3ed0c74dd2f9f9d94 authored about 5 years ago by Zoro <[email protected]>
Merge pull request #144 from warwicklol14/glitch

Update index.d.ts from https://github.com/TrueXPixels/quick.db/pull/144

462a11cbfb561f746b7ea334a4cc41df4e13ee71 authored over 5 years ago by Zoro <[email protected]>
Update index.d.ts

20aacf5b521ca471263bc9438e977ec03109e56a authored over 5 years ago by warwicklol14 <[email protected]>
Allowed null for value when using set()

4ae33a988bd56b35584d5bdf1252b2653fe4e6bc authored almost 6 years ago by Kevlar <[email protected]>
Update set.js

986ebec16591f50191002e1fe6b53da06176510d authored almost 6 years ago by Loren Cerri <[email protected]>
General Updates

277c2e48f25868c88e95e24414f51a94c0af497d authored almost 6 years ago by Glitch (quickdb2) <none>