Ecosyste.ms: OpenCollective

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

Vadim Demedes

Making Ink and other open-source projects
Collective - Host: opensource - https://opencollective.com/vadimdemedes - Website: https://vadimdemedes.com - Code: https://github.com/vadimdemedes

renamed stmt.returnsData to stmt.reader

github.com/vadimdemedes/better-sqlite3 - d5d7451c43aa2e17230d25643acc44e427143489 authored over 6 years ago
implemented aggregate window functions

github.com/vadimdemedes/better-sqlite3 - a09295582d621c96c93e78fceccfd78d07d0f39e authored over 6 years ago
added stubbed .aggregate() method

github.com/vadimdemedes/better-sqlite3 - ff9a93e33a08b4b806ea21de3b12004f053cbbac authored over 6 years ago
optimized custom function to avoid memory allocation when argc <= 4

github.com/vadimdemedes/better-sqlite3 - bd3c3bc369fb6ca835bd62208eccd9287a95f88e authored over 6 years ago
changed .register() to .function(), fixed bug where inTransaction would be true when database was closed

github.com/vadimdemedes/better-sqlite3 - cc98bd2e6c72685cbf18e2fc53a7be1902b2f7fb authored over 6 years ago
fixed v8::ToLocalChecked Empty bug

github.com/vadimdemedes/better-sqlite3 - d93f8dc1826953ce7cfc7f718f24b27873424591 authored over 6 years ago
implemented the expand() method

github.com/vadimdemedes/better-sqlite3 - 436596b54f16deeff52cc553edcfb2b31a37e30b authored over 6 years ago
removed some comments

github.com/vadimdemedes/better-sqlite3 - 3194a4ddc9ce4c9946377f6292e5ced179ebdea4 authored over 6 years ago
now automatically closes all open database connections when process exists

github.com/vadimdemedes/better-sqlite3 - 5bbb88ba9d5580603e12d8355733f8443ee4c8fe authored over 6 years ago
documented statement.database property

github.com/vadimdemedes/better-sqlite3 - 8ee0a110b85e3252d78c89cb2e005a03da8a19d2 authored over 6 years ago
pragma method now accepts an options object

github.com/vadimdemedes/better-sqlite3 - e6610099fc2a71e6478b73505887ac83aa0e550e authored over 6 years ago
dropped support for node 6 and 7

github.com/vadimdemedes/better-sqlite3 - b7b79c1e1d775c622290aeacfed23030e33c33fd authored over 6 years ago
added support for nested transactions

github.com/vadimdemedes/better-sqlite3 - 36dda58d7d6058ad8d9739a7606c9dda6aa13c8b authored over 6 years ago
upgraded integer package

github.com/vadimdemedes/better-sqlite3 - b84c8ae475da57012900b2925ef28dfc8e424ecf authored over 6 years ago
updated integer package

github.com/vadimdemedes/better-sqlite3 - fcd2ba5c604d95b152c50ac652afec827983ab84 authored over 6 years ago
added support for :memory: databases

github.com/vadimdemedes/better-sqlite3 - 28922b3c73d8db91a93250305da06ef841799723 authored over 6 years ago
temporarily disabled stat4

github.com/vadimdemedes/better-sqlite3 - 6990d839db430b7e9ca45ce6fdc7aae3259ac6a5 authored over 6 years ago
added stat4, introspection pragmas, and soundex

github.com/vadimdemedes/better-sqlite3 - 44e49a0fc2b1aacfc8d273f0972f0d44fcd2b234 authored over 6 years ago
enabled sqlite debug flags while testing

github.com/vadimdemedes/better-sqlite3 - a97398d014025888cc471a85af25fccbbe6493d5 authored over 6 years ago
support trailing whitespace in prepared statements

github.com/vadimdemedes/better-sqlite3 - 3e2a45a0192f183390d9256077ca2713b6efa4b9 authored over 6 years ago
removed another v8 deprecation warning

github.com/vadimdemedes/better-sqlite3 - e53360d9e6a2da8c2e381b011e69f5407b8b18da authored over 6 years ago
fixed v8 deprecation warnings

github.com/vadimdemedes/better-sqlite3 - 0dfd8196a14d53ba65c812f3d70f8fdac50750dd authored over 6 years ago
removed python script in favor of js

github.com/vadimdemedes/better-sqlite3 - 8cc0a5478f8a7834cf33387badf44d4a31005cbe authored over 6 years ago
renamed lastInsertROWID to lastInsertRowid, added docs to main repo

github.com/vadimdemedes/better-sqlite3 - e373326a716972438e341311ad1be16827cbebeb authored over 6 years ago
upgraded sqlite to 3.25.0

github.com/vadimdemedes/better-sqlite3 - ab302ff4393edfd094f51ee68e7707bb2976f759 authored over 6 years ago
added whitespace to some meta files

github.com/vadimdemedes/better-sqlite3 - fb19d934a85c02eb02bb67ebf6a5258675cf8ad8 authored over 6 years ago
update package-lock

github.com/vadimdemedes/dom-chef - caf8f2966517ae40ebef2c9fef4b2104b76037ef authored over 6 years ago
Add support for JSX fragments (#25)

github.com/vadimdemedes/dom-chef - a7e44068b3988c18e1ad505ab8991e5093827d5d authored over 6 years ago
Drop mention of conditional classes as a consequence of #16

github.com/vadimdemedes/dom-chef - 3a6153d78654cef194de4f9ed4cbf08c9e7f2f67 authored over 6 years ago
Support xlink attributes correctly (#22)

github.com/vadimdemedes/dom-chef - 5ab6c123dbdce8f6c7e4e9676f01b8c8e99b06a6 authored over 6 years ago
Add ink-divider to list of useful components (#96)

github.com/vadimdemedes/ink - 5cec155d9b5db0547adf8c50fa8c7587b8c51dfa authored over 6 years ago
Add setState's callback to documentation (#93)

github.com/vadimdemedes/ink - d48935ff38292e57cd62a30510d7d40abbb69420 authored over 6 years ago
Chore/update dependencies (#205)

github.com/vadimdemedes/mongorito - f9a553b28006988a00b1c885033fa88475861ec5 authored over 6 years ago
Add support for findOneAndUpdate query method (#210)

github.com/vadimdemedes/mongorito - 86693841cd15c5c8c8c196c1cde4127d7bc9a1cb authored over 6 years ago