Halvard Mørstad

Results 41 issues of Halvard Mørstad

Relates to https://github.com/denoland/node_shims/issues/110

Hi! I am very interested in porting this library to [Deno](https://deno.land) (new runtime for JS/TS). Would you mind if I make a PR where I add a folder with Deno...

Relates to https://github.com/denodrivers/sqlite3/issues/123 This PR introduces some breaking changes to the Statement class. The Database class is not altered in a breaking way, and a new SQLx file has been...

It's a topic that has been brought up every now and then in the Deno DB community, but as Deno is becoming more stable, supports NPM and Node, and we...

This PR refactors Nessie to use JSR and databases defined in [SQLx](https://github.com/halvardssm/deno-sqlx/pull/1). It also includes a refactor to the migration clients, and removes some old functionalities. The config file stays...

Relates to #167 Refactores the MySQL client to conform to the [SQLx interfaces](https://github.com/halvardssm/deno-sqlx/pull/1). This introduces a breaking change to the usage, and should come with a breaking change release. The...

It's a topic that has been brought up every now and then in the Deno DB community, but as Deno is becoming more stable, supports NPM and Node, and we...

Continuation of #168 for https://github.com/halvardssm/deno_stdext/pull/5 Closes #167

As the title suggests, I was hoping it would be possible to get some more documentation around the use of deno workspaces? The [current documentation](https://docs.deno.com/runtime/manual/basics/workspaces/) is lacking the following: -...

documentation

# Environment Knex version: any Database + version: any OS: any # Feature discussion / request In the JS ecosystem for databases, this package relies heavily on the existing database...