Ecosyste.ms: OpenCollective

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

github.com/kriasoft/node-sqlite

SQLite client wrapper around sqlite3 for Node.js applications with SQL-based migrations API written in Typescript
https://github.com/kriasoft/node-sqlite

2.2.1

4bc074088644eb2c90cd3e7458912cd00d24afab authored about 8 years ago
Upgrade sqlite3 to latest (#17)

For some reason Yarn keeps using 3.1.6

483f4ec89848afd72cdf928991df1e5dd35cde94 authored about 8 years ago
Update README.md

4d510fc623bb9fa9d706cacd8da90622ada91299 authored over 8 years ago
Update changelog and package.json to 2.2.0

d801dd91c1290283bea78a37eed327ccfa264118 authored over 8 years ago
Merge pull request #10 from dtrebbien/support-using-named-parameters

Support using named parameters

649d98b1d1bb7342b58477c20623ac96c069a5d7 authored over 8 years ago
Remove the typeof check in prepareParams()

It is unnecessary because node-sqlite3 supports passing a single
parameter directly in the argum...

9296e97e12acffef1ce166affe1a1fedc3511a32 authored over 8 years ago
Add a test of BLOB handling

6bfb4b11d63781367db8e038b0371072c0d77598 authored over 8 years ago
Introduce a prepareParams() utility function

To de-duplicate logic.

bf0df1b58f6631d378e170d757f3429fa8418adb authored over 8 years ago
Fix lint errors

17e3ebeb1f1fad4001441ec901d90b9907aa80a0 authored over 8 years ago
Fix lint error: 'reject' is not defined

961ef483a8e7a11f275b2aa571a6a1b197617bef authored over 8 years ago
Statement.run() should resolve to the same Statement object

Statement.run() previously resolved to a driver statement object. In
addition to being a differe...

121359f439f5cafe086bee87373b091d9c5d2004 authored over 8 years ago
Support using named parameters

In various places, rest parameter syntax (e.g. `...params') was used to
represent the parameters...

fd41288ce0c01d588b89d386cb9d086af55a96b7 authored over 8 years ago
Database.each() should resolve to the rows count

7eca644bebaff8d36b2ccbc93b510f619a2dab46 authored over 8 years ago
Statement.all() should resolve to the rows retrieved

ced181d11422eb898ded815d3dc3bc73f836a723 authored over 8 years ago
Statement.get() should resolve to the row retrieved

28c0ee62939e0bd61b32dffc0e13a6068c227938 authored over 8 years ago
Statement.finalize() should resolve to no value

Once a statement is finalized, it can't be used anymore:
"After the statement is finalized, all ...

1bf2389861401f2a76a9e642c2f4880362421f66 authored over 8 years ago
2.1.0

0b891701079f4bc7259a9e93f6373f8b49da6e00 authored over 8 years ago
Fix bug where run() does not return a statement object (#8)

* Fix bug where run() does not return a statement object

* Fix lint issues

c013de82b2cfe8d846e5355fe3f75e476ec33437 authored over 8 years ago
Update README.md; add more keywords to package.json

3d9fdf8dc67da20d6b6c0eecba8a6410b4b43daa authored over 8 years ago
Update code samples in README.md

1e39c27960ab69306db0bf5fc2f50686fe82c5e6 authored over 8 years ago
Update README.md

76642d5a33b7f0406129858eb59422cd66983146 authored over 8 years ago
Fix an bug in db.migrate({ force: 'last' })

449cd55684dcf5357af0450e50aa4828669a27d0 authored over 8 years ago
Update CHANGELOG.md

5fa22e59e2881a8e47b9d545bf148b6226131dc2 authored over 8 years ago
Add CHANGELOG.md

7887f6a2003ba77cf961a44d951f03de7d23ed9b authored over 8 years ago
Add { force: 'last' } option to db.migrate()

4301641d312e3d3314c796313fca89e105376240 authored over 8 years ago
Update README.md

fcd605f2fd7b3ccbe6592f6e49dba8addaccb94c authored over 8 years ago
Add migrations API

bb8494d73dbcc7741e0933ab2109131fdcd60608 authored over 8 years ago
Fix ESLint warning

23c2084204b41b5e1ad4734295ecf578ecb63808 authored over 8 years ago
Build for multiple environments Node v6, Node v0.10-5, Harmony Modules

0f4764085fc93c8b2c4d6dd1311907c84adbb0cc authored over 8 years ago
0.0.4

45c1f7904abca55510b45415fe75dccbfc3109a1 authored about 9 years ago
Merge pull request #2 from SimonSelg/enhanced-object-literals-fix

Export fix for strange enhanced object literal syntax behavior please excuse the not-so-perfect ...

3f6aa7b51c39aab91db5a6396c5f895a006ba098 authored about 9 years ago
fix(tests): add eslint object-shorthand exception

b7e6ca9dc2476bbfd45d0995c3980ae0a614c13b authored about 9 years ago
fix(export): replace get in exports

In the current versions of node (I tested 5.4.x and 5.5.x) the new [es6 enhanced object literal ...

3120ac6f2dfcbd4ce6995e870629882f8c3d41e8 authored about 9 years ago
Update npm modules; remove 'lib' folder from .npmignore

Fix #1

28b20bf3f734f131925f219682763b1d9c9a3845 authored about 9 years ago
Initial commit

5db5738bbe3de80baf4c87ceb1c6185058d52271 authored about 9 years ago