Frederic

Results 8 issues of Frederic

Introduction ------------ This article will provide my results testing Timezone matters for various nodejs libraries/drivers when MySql does not hold datetime in UTC. One could argue that it is certainly...

needs more info

Hi, I'm getting crazy with this but for some reason the decoder function seems to never be called. Here is my code: ```typescript router.get('/testqs', function(req, res) { const result =...

feature request
help wanted
parse

Hi, I have a use case where I have multiple databases (alias connections) that have the exact same set of tables. Basically, I would like to use a specific connection...

good first issue :+1:
type: feature request
scope: typeorm
PRs open

Same problem as Issue #4 . > I can see the shell prompt flash for less than one second and disappear. Then the browser leave me a black screen and...

## Problem An application may need to access different connections/databases. One use case could be having the exact same set of tables into different databases (multi-tenant approach). Another use case...

kind/feature
topic: prisma-client
topic: schema
topic: multiple datasources
domain/schema
domain/client
domain/psl

Does anybody know an alternative to this tool that is compatible with both linux and windows? I've spent hours and hours because of weird behaviors with linux and I'm afraid...

I guess that's not easy to integrate with Express and graphiqlExpress ```javascript // The GraphQL endpoint app.use('/graphql', bodyParser.json(), graphqlExpress({schema})); // GraphiQL, a visual editor for queries app.use('/graphiql', graphiqlExpress({ endpointURL: '/graphql',...

### Describe what you want ## Context I've been working with Drizzle for a possible adoption and have noticed that Drizzle is manipulating date values in a way that doesn't...

enhancement