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

Distinct and Aggregate support (#108)

Add Distinct and Aggregate support

github.com/vadimdemedes/mongorito - e6f05e7768bf6510da35ed635fd4a7c1b4b45602 authored over 8 years ago
Correct Usage In README.md

Fix example in readme

github.com/vadimdemedes/tempdir - d68408bddd5087258394689f8787aef14b989601 authored almost 9 years ago
changed error to rangerrror

github.com/vadimdemedes/better-sqlite3 - 6adaffccc639472979d65f5fbcd048767bf274ba authored almost 9 years ago
added bind() method

github.com/vadimdemedes/better-sqlite3 - 21594b8a56868b6a6a46ebbabaab34969e9026a7 authored almost 9 years ago
added named parameter guessing

github.com/vadimdemedes/better-sqlite3 - 3244617b619aa95e63baa0295a19e46ff0f9f89a authored almost 9 years ago
fixed binding bugs

github.com/vadimdemedes/better-sqlite3 - bffd45b6c8f7d886e89c322f309bec527751a2e1 authored almost 9 years ago
hooked up binder with statement

github.com/vadimdemedes/better-sqlite3 - d14b87e4cdc1ae611ed24e4b7a84f834e3caf174 authored almost 9 years ago
added macro bind function

github.com/vadimdemedes/better-sqlite3 - f5e104274f7b015737b1e8447e418615e8477c9a authored almost 9 years ago
added binder, partially implemented

github.com/vadimdemedes/better-sqlite3 - 56812686502e544e827c1e7033efc75c9fcb3520 authored almost 9 years ago
added Data::Fill for js input

github.com/vadimdemedes/better-sqlite3 - 2f27523c82bea1b6036447aca76868845067d042 authored almost 9 years ago
improved database inheritance scheme

github.com/vadimdemedes/better-sqlite3 - 2e263be0b2c4bd005597ef64c91506a0ced9d6ef authored almost 9 years ago
implemented database filename checking, and in-memory databases

github.com/vadimdemedes/better-sqlite3 - fc79098d10a0437cab207ac719bb73ca0fc5df7e authored almost 9 years ago
simplified pluck and row

github.com/vadimdemedes/better-sqlite3 - d460d4579d610b428e3196e1fcd6bf4e8d3bc940 authored almost 9 years ago
split up all files

github.com/vadimdemedes/better-sqlite3 - e69bd0b09ba772a1f3a757da2fdcc81623f87e0e authored almost 9 years ago
removed unused macros

github.com/vadimdemedes/better-sqlite3 - 863f8573c51130adc885a011ba0d231061b8288e authored almost 9 years ago
fixed utility classes

github.com/vadimdemedes/better-sqlite3 - e1f9e453cb9686b7bf00236466527f96420113d4 authored almost 9 years ago
enabled URI filenames

github.com/vadimdemedes/better-sqlite3 - b35e598485cfd175e0fcbed7bcfa9bc244f74998 authored almost 9 years ago
fixed minor issues

github.com/vadimdemedes/better-sqlite3 - 0336ebb7db5b142afc7ee211f2049c5fd5e3bbeb authored almost 9 years ago
added threadsafeness via mutexes

github.com/vadimdemedes/better-sqlite3 - 0d925cf6d850e52a38730abb3f21b405f52a048d authored almost 9 years ago
cleaned up EachWorker hacks and caching

github.com/vadimdemedes/better-sqlite3 - 9a46bd70c24b9c17b67b15a77d4a33d5fd1a2cff authored almost 9 years ago
fixed deletes and removed includes

github.com/vadimdemedes/better-sqlite3 - f7963aa805bd6a15ab05534e12068862dd51ed56 authored almost 9 years ago
made pluck_column in workers const

github.com/vadimdemedes/better-sqlite3 - ad43da3d8edcbeaf35e3a03493558b3f11006698 authored almost 9 years ago
partially implemented Each()

github.com/vadimdemedes/better-sqlite3 - dc62a4abd40a9506542cca7d1cc5da61e197316d authored almost 9 years ago
updated memory handling

github.com/vadimdemedes/better-sqlite3 - 1cc2c33fc0b8f4ae7936e7fe8f1ba46815a71a68 authored almost 9 years ago
minor optimizations, and get() and all() now react correctly to adding columns to a table

github.com/vadimdemedes/better-sqlite3 - 6e3048af3d225c6ed1ac74ea54b993d2cba644d3 authored almost 9 years ago
changed cache_locked to config_locked

github.com/vadimdemedes/better-sqlite3 - c710e4aac44e023703e1fbf094eac975a35af59b authored almost 9 years ago
eachworker uses a queue

github.com/vadimdemedes/better-sqlite3 - d010429a86908c0811e4a0b6b7011d03d006769f authored almost 9 years ago
fixed each callbacks

github.com/vadimdemedes/better-sqlite3 - 51441eb882626db880efed241603ed19091fbc5d authored almost 9 years ago
added each, incomplete

github.com/vadimdemedes/better-sqlite3 - 1a8d63d814834ab5d77c58fba6c833e2a2205f61 authored almost 9 years ago
get() now returns undefined if no result rows are found

github.com/vadimdemedes/better-sqlite3 - a1d28c8f24d84c4da070e8849098c797474b2cf6 authored almost 9 years ago
added column plucking

github.com/vadimdemedes/better-sqlite3 - 712fd2c7ae7d65fd12a90dc0c771451661e3192f authored almost 9 years ago
improved performance of string copying

github.com/vadimdemedes/better-sqlite3 - 95670b1d76ba9fa89a1c006eaa60030f37e2de29 authored almost 9 years ago
created statementworker

github.com/vadimdemedes/better-sqlite3 - 6713b2e1f32cf3057a22d088eac44d5603cba09e authored almost 9 years ago
moved most Run() logic into macro

github.com/vadimdemedes/better-sqlite3 - 77c8cec3029abaf68b12591f8368991ca44a9441 authored almost 9 years ago
uses cached handles

github.com/vadimdemedes/better-sqlite3 - 3ba08d9d1c4f2367779ff238b1a1a77e3b265954 authored almost 9 years ago
statement.cache() throws on negative and non-finite numbers

github.com/vadimdemedes/better-sqlite3 - eb5daa3658d4b0bed98fd1f20d98edc26f1de0e4 authored almost 9 years ago
close event emits after promises resolve

github.com/vadimdemedes/better-sqlite3 - 896d3cc3d7f2f294ab6923911b62134a05725eeb authored almost 9 years ago
Merge branch 'master' of https://github.com/JoshuaWise/node-sqlite3-plus

github.com/vadimdemedes/better-sqlite3 - 3d0a134a61aeac49888c73a718b349d3e6090172 authored almost 9 years ago
added asyncemitter

github.com/vadimdemedes/better-sqlite3 - 19347065816ed095ddec65cc35eb43977f7c280f authored almost 9 years ago
converted spaces to tabs

github.com/vadimdemedes/better-sqlite3 - 780f96352cbda765a699aafd68493e928c9bbe5b authored almost 9 years ago
fixed possible undefined behavior

github.com/vadimdemedes/better-sqlite3 - 63d33c0fc9ea8b359f921fc59135e0c5e4888a7a authored almost 9 years ago
added proper close procedure

github.com/vadimdemedes/better-sqlite3 - d123ead21d787fecd730d709efa0c0c3d0db2e84 authored almost 9 years ago
Merge branch 'master' of https://github.com/JoshuaWise/node-sqlite3-plus

github.com/vadimdemedes/better-sqlite3 - c9e880c3278f49a8b3d29e160862b43f04df0943 authored almost 9 years ago
added run() method

github.com/vadimdemedes/better-sqlite3 - b57f89bdccc015078c7f968502333ccb0f675a25 authored almost 9 years ago
switched to Nan::Utf8String

github.com/vadimdemedes/better-sqlite3 - a111f6d287d24c88a8c6379ff547f1405b2d48db authored almost 9 years ago
removed write/readquery, and added statements

github.com/vadimdemedes/better-sqlite3 - 4ebc156eb3cfe81f443886343404e284dcaa0cf9 authored almost 9 years ago
trims sql query input, and provides better errors for query creation

github.com/vadimdemedes/better-sqlite3 - b7edd0e862310b610707adb658470c23c19ef3ae authored almost 9 years ago
added synchronous readquery creation

github.com/vadimdemedes/better-sqlite3 - 42b41b122b6a53347d54666bf30cc9793196ed0a authored almost 9 years ago
added synchornous writequery creation

github.com/vadimdemedes/better-sqlite3 - 3692a6d0ce37bd79dea770fde2ab15959db1e25c authored almost 9 years ago
Merge pull request #26 from dsblv/got-5

Rollback to got@5 for node 0.12 support

github.com/vadimdemedes/gifi - 8007483603a394ef2c1218225e16bd2c39e3fb85 authored almost 9 years ago
use got@5 for node 0.12 support

github.com/vadimdemedes/gifi - 693eaa362b175e6576422fc6c0789ad6229bd8e4 authored almost 9 years ago
Release v1.2.0

github.com/vadimdemedes/gifi - 6b33302cb5dd7c8d9d3616a85216bd44557e54f7 authored almost 9 years ago
Merge pull request #23 from dsblv/spawn-npm

Use cross-spawn-async on npm, refs #13

github.com/vadimdemedes/gifi - 153778ff2854a64c8caca96112b7c390a517d290 authored almost 9 years ago
use cross-spawn-async on npm

github.com/vadimdemedes/gifi - 12d6c59daf7efe859e6dc38035cddc73101e3f35 authored almost 9 years ago
begin() string is optional

github.com/vadimdemedes/better-sqlite3 - 7afca06b4282aa5a1d923f36d93afe3faf738f20 authored almost 9 years ago
renamed statement to transaction

github.com/vadimdemedes/better-sqlite3 - efc964a0fc8be2a19a88e6152a975367580cb12b authored almost 9 years ago
simplified database state

github.com/vadimdemedes/better-sqlite3 - 1e87c152987a7507cf4a84beee0c61bdba210d7f authored almost 9 years ago
added prepare method

github.com/vadimdemedes/better-sqlite3 - 3a493bf643d7a570bce5c6fd31a11609a469f11e authored almost 9 years ago
removed old statement files

github.com/vadimdemedes/better-sqlite3 - 0754c07db0a92e96960c032adb0b6618f0d39513 authored almost 9 years ago
align homepage header properly

github.com/vadimdemedes/ohcrash-app - f2dc18cc8076f5094c12ad136a1ef9f7b3b0bce5 authored almost 9 years ago
add call to action and footer to pages

github.com/vadimdemedes/ohcrash-app - cd00f6eb71be401a31ae162546b0dd97b7538799 authored almost 9 years ago