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

Add Migrations class

Roma-Kyrnis opened this pull request 11 months ago
Add import readMigrations function in the Database class

Roma-Kyrnis opened this pull request 12 months ago
Unable to install Sqlite

Aci-yt opened this issue 12 months ago
Remove sqlite3 vendoring

benallfree opened this pull request about 1 year ago
Update vendor typings to use sqlite3

theogravity opened this pull request about 1 year ago
Why are sqlite3 typings included here when sqlite3 has its own typings?

benallfree opened this issue about 1 year ago
bun.sh driver?

benallfree opened this issue over 1 year ago
Remove `params` parameter from `exec` function

ar1k opened this pull request over 1 year ago
Support all SQL template libraries

blakeembrey opened this pull request over 1 year ago
move `types` condition to the front

Andarist opened this pull request over 1 year ago
Getting multiple errors in React TypeScript

joki20 opened this issue almost 2 years ago
Date and time in db.run

Damokless opened this issue about 2 years ago
Implement rollback

pe1uca opened this pull request about 2 years ago
sqlite api to create a db

bkyerv opened this issue about 2 years ago
impossible to change migration configuration

bkyerv opened this issue about 2 years ago
migration logic

bkyerv opened this issue about 2 years ago
Support TS 4.7+ node16/next module mode

rinsuki opened this pull request over 2 years ago
Access sqlite database which has password

RodrigoBJJ94 opened this issue over 2 years ago
Have native sqlite errors contain stack traces

theogravity opened this pull request over 2 years ago
electron-forge make error

stefanJi opened this issue over 2 years ago
Update packages, fix tests for latest jest

theogravity opened this pull request almost 3 years ago
Wrap exceptions to obtain a proper stack trace

fresheneesz opened this pull request almost 3 years ago
Bump ws from 7.4.4 to 7.5.7

dependabot[bot] opened this pull request almost 3 years ago
Exceptions don't always contain stack traces

fresheneesz opened this issue almost 3 years ago
Updating exec to support passed in parameters like the other functions do.

fresheneesz opened this pull request almost 3 years ago
Placeholders don't work with exec

fresheneesz opened this issue almost 3 years ago
Bump shelljs from 0.8.4 to 0.8.5

dependabot[bot] opened this pull request almost 3 years ago
Bump tmpl from 1.0.4 to 1.0.5

dependabot[bot] opened this pull request over 3 years ago
Problem with nullable fields in knex

SandHilt opened this issue over 3 years ago
SQLCipher support

Christilut opened this issue over 3 years ago
placeholders don't work with pragma

mugi-luffy opened this issue over 3 years ago
Bump path-parse from 1.0.6 to 1.0.7

dependabot[bot] opened this pull request over 3 years ago
Bump glob-parent from 5.1.1 to 5.1.2

dependabot[bot] opened this pull request over 3 years ago
Bump ws from 7.4.4 to 7.4.6

dependabot[bot] opened this pull request over 3 years ago
Bump browserslist from 4.16.3 to 4.16.6

dependabot[bot] opened this pull request over 3 years ago
Can't execute transaction

hannahscript opened this issue over 3 years ago
Bump hosted-git-info from 2.8.8 to 2.8.9

dependabot[bot] opened this pull request over 3 years ago
Bump lodash from 4.17.19 to 4.17.21

dependabot[bot] opened this pull request over 3 years ago
Bump handlebars from 4.7.6 to 4.7.7

dependabot[bot] opened this pull request over 3 years ago
correct a spelling mistake

FuuuOverclocking opened this pull request over 3 years ago
Bump y18n from 4.0.0 to 4.0.1

dependabot[bot] opened this pull request over 3 years ago
Unable to open DB read only

ajanian opened this issue almost 4 years ago
json1 extension

fs1995 opened this issue about 4 years ago
Bump ini from 1.3.5 to 1.3.8

dependabot[bot] opened this pull request about 4 years ago
Migrations Documentation

dschinkel opened this issue about 4 years ago
Bump highlight.js from 10.1.2 to 10.4.1

dependabot[bot] opened this pull request about 4 years ago
Let migrations be read manually

NotWoods opened this pull request about 4 years ago
Add strict types for each()

NotWoods opened this pull request about 4 years ago
Make down migrations optional

PaulKiddle opened this pull request about 4 years ago
Make down migrations optional

PaulKiddle opened this issue about 4 years ago
For await syntax

woubuc opened this issue about 4 years ago
Why do I throw SQLITE_BUSY exception when closing the database.

viweei opened this issue over 4 years ago
Revert filename optional; update filename checks instead

theogravity opened this pull request over 4 years ago
Make filename optional

theogravity opened this pull request over 4 years ago
Anonymous

ddziara opened this issue over 4 years ago
Bump lodash from 4.17.15 to 4.17.19

dependabot[bot] opened this pull request over 4 years ago
Unable to open db

fs1995 opened this issue over 4 years ago
Update readme for inserting rows

theogravity opened this pull request over 4 years ago
Use HTTPS in README badges

qgustavor opened this pull request over 4 years ago
feat: provide native esm exports

arlac77 opened this pull request over 4 years ago
Fix invalid triple slash reference

haxiomic opened this pull request over 4 years ago
Import CSV?

geo-systems opened this issue over 4 years ago
Verbose doesn't work with this library, it never did

mmghv opened this issue over 4 years ago
Fix typescript defs for sqlite3 loadExtension()

yamavol opened this pull request over 4 years ago
column index out of range when reading from db

mmoomocow opened this issue over 4 years ago
Use non-default imports rather than synthetic default imports

jameswilddev opened this pull request over 4 years ago
Fix Typescript reference issues for sqlite3 if it is not installed

theogravity opened this pull request over 4 years ago
Fix Typescript issue where sql-template-strings is a forced requirement

theogravity opened this pull request over 4 years ago
TypeScript compiler errors on import

jameswilddev opened this issue over 4 years ago
[major] v4

theogravity opened this pull request over 4 years ago
v4 beta is here!

theogravity opened this issue almost 5 years ago
Is this library alive?

cleoold opened this issue almost 5 years ago
No support for node v13

faith-ie opened this issue almost 5 years ago
db.serialize is needed

halaei opened this issue almost 5 years ago
Bump js-yaml from 3.12.0 to 3.13.1

dependabot[bot] opened this pull request about 5 years ago
Is it possible to enable the underlying node-sqlite3's verbose mode?

scottdotjs opened this issue about 5 years ago
Using node-sqlite with ElectronApp

aashna208 opened this issue over 5 years ago
Question: Do I have to close connections after I'm done?

stelcodes opened this issue over 5 years ago
Bump lodash from 4.17.10 to 4.17.15

dependabot[bot] opened this pull request over 5 years ago
Bump eslint from 3.19.0 to 4.18.2

dependabot[bot] opened this pull request over 5 years ago
Question: TypeScript sqlite example projects

morgrowe opened this issue almost 6 years ago
Support for async db.each

dhulke opened this issue about 6 years ago
lacks support for npm 6.4.1

ronnie123442 opened this issue over 6 years ago
How to get affected rows by db.all query ?

T1MOXA opened this issue over 6 years ago
TypeError: db.get is not a function

T1MOXA opened this issue over 6 years ago
Error while i'm creating tables

Drylozu opened this issue over 6 years ago
Feature requests for v3?

theogravity opened this issue over 6 years ago
BYO sqlite3 (support sqlite3-offline)

iffy opened this issue over 6 years ago
Add REGEXP support

Rastanislav opened this issue almost 7 years ago
Maybe steer people away from using the global db

LinusU opened this issue about 7 years ago
Would be nice to be able to use Promises as values

lapo-luchini opened this issue about 7 years ago
Need documentation for migrate.

alvaro1728 opened this issue about 7 years ago
Error:% 1 is not a valid Win32 application

LazyAndBeyond opened this issue over 7 years ago
Error after installing sqlite and another package afterwards

tiehm opened this issue over 7 years ago