Frederic
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...
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 =...
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...
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...
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',...
[FEATURE]: "Transparent" Mode for Datetime Handling compatible with the underlying driver (timezone)
### 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...