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

implemented int64 binding

github.com/vadimdemedes/better-sqlite3 - 7319d4c69dedc61603a258ec05f93f35b1972cab authored over 8 years ago
now using persistent handle for NullFactory

github.com/vadimdemedes/better-sqlite3 - c553b14a79eb1c8ae3aec4eae2be7211ec2b67a7 authored over 8 years ago
optimized CloseHandles

github.com/vadimdemedes/better-sqlite3 - 050b05247a1e7dd60d18a3612a4777b1da2bde62 authored over 8 years ago
optimized single-use bind maps

github.com/vadimdemedes/better-sqlite3 - 972891f26e1260005835c81e8645bcae0daed975 authored over 8 years ago
exposed associated database object on statements and transactions

github.com/vadimdemedes/better-sqlite3 - 6ff22d5b3789e642dbc1f27d5e500f1f427c98a5 authored over 8 years ago
added to sqlite3.gyp

github.com/vadimdemedes/better-sqlite3 - e5ed2f8495aab89855a2692a16d8b8c742f43fbd authored over 8 years ago
fixed install script for real

github.com/vadimdemedes/better-sqlite3 - f400cb39b68ef64bf51a4b1d3f2c2d3aa8f6196a authored over 8 years ago
fixed install script

github.com/vadimdemedes/better-sqlite3 - cad59773fe2169cb0c1e0f7472533f3dc0330b88 authored over 8 years ago
updated benchmarks for sync

github.com/vadimdemedes/better-sqlite3 - 79e0e6f6edcd0e82458d3e373d3e7737830c5d24 authored over 8 years ago
wrote API for syncronous operations

github.com/vadimdemedes/better-sqlite3 - 75b6f48ccd67eecbc86ce7240ace8daa5cae9ebe authored over 8 years ago
removed split connection

github.com/vadimdemedes/better-sqlite3 - 5b3c82b499021edf91032a4e38bd175c754f27ad authored over 8 years ago
added mutex locks to read operations

github.com/vadimdemedes/better-sqlite3 - 4ce92530ec99002d46f842f13d5b77ad20c4a907 authored over 8 years ago
added dual benchmark

github.com/vadimdemedes/better-sqlite3 - 5358210d205592615a5eb251f945b2fc0ba238b0 authored over 8 years ago
optimized for unused bind maps

github.com/vadimdemedes/better-sqlite3 - c7280b135cf6f32ae3ffdc17cfd1686e28f39f1c authored over 8 years ago
optimized statement creation

github.com/vadimdemedes/better-sqlite3 - 90220fb4048f6fabff726704a8b5dcfca93a9011 authored over 8 years ago
optimized string and buffer binding

github.com/vadimdemedes/better-sqlite3 - e941d6b4313b5f684a8d0054b63a0e3fd7717419 authored over 8 years ago
removed column name caching

github.com/vadimdemedes/better-sqlite3 - e41f391074c0e7140dd1d6dc71bb4deec253e35c authored over 8 years ago
added more benchmarks

github.com/vadimdemedes/better-sqlite3 - c4f77b13085d1c3ce2b79cd9ed0736510023ac56 authored over 8 years ago
removed SQL trimming from statement/transaction creation

github.com/vadimdemedes/better-sqlite3 - 4fb0c483cd74f4bc0405452398bb3613262e5310 authored over 8 years ago
added filename property to database

github.com/vadimdemedes/better-sqlite3 - 82f4fc80149db76d3ff7169e168724e25db2e62c authored over 8 years ago
added first benchmarks

github.com/vadimdemedes/better-sqlite3 - fdca4b818d85489837e2fe5c3e8ac6a3ee4431ed authored over 8 years ago
fixed bug introduced with checkpoints

github.com/vadimdemedes/better-sqlite3 - 870005c88781d15faca1c0dd88d42773c4ff2ec1 authored over 8 years ago
added .checkpoint method

github.com/vadimdemedes/better-sqlite3 - bce1561710a5ec47f5255d28b9f4048a13164dcd authored over 8 years ago