-
## Problem
There is often a need to do natural sort on string columns. Machines' sort is not always sensible for humans.
https://blog.codinghorror.com/sorting-for-humans-natural-sort-order/
Prism…
-
Jelenleg a szerver minden időt lokálisan értelmez, azaz ahol fut a szerver, az az idő válik mérceadóvá. Azonban ott ahol **ISO timestamp**-et küld vissza, pld:
```
2024-07-19T01:41:50Z
```
a `Z` (…
-
## Problem
Multi-tenant applications want to leverage per tenant schemas to implement data isolation.
## Suggested solution
- a shared model referencing a schema that holds tenant information…
-
**Is your feature request related to a problem? Please describe.**
This is more of a question thread, but relates to problems auto-instrumenting ECMAScript / ESM modules.
**Describe the solution y…
-
Hi @gadicc, I've been working on a similar set of packages https://github.com/apollo-accounts/. After seeing your packages it got me thinking that maybe we should combine our efforts rather than havin…
-
sqlc, like protoc, aims to generate code for multiple languages. The second language we're looking to add is TypeScript.
>
### Getting started
> [!WARNING]
> The TypeScript plugin (sqlc-g…
-
**Describe the bug**
This isn't really a bug, but it's not a feature request either.
I've created preliminary support for using @capacitor-community/sqlite with http://knexjs.org/
The typing is…
ghost updated
2 months ago
-
So as I've mentioned, it'd be good to remove the concept of a distinct collection class from Bookshelf, as it's not a necessary abstraction and is more trouble than it's worth. So I thought I'd create…
-
# Environment
Knex version: 0.14.2
Database + version: Oracle 11gR2
OS: linux
@atiertant
knex recycle connection in a pool so to get efficient resource usage. So far so good. Now with dial…
-
## Problem
I'm using Prisma only to manage my database schema, not for the CRUD operations in code. The problem is that the schema.prisma file only supports defining the datasource URL using values…