Jason Shin

Results 79 comments of Jason Shin

Thanks, I have added my thought in https://github.com/JasonShin/sqlx-ts/pull/114, thanks for this

Hello, this is interesting. Could you explain a bit more about the codegen use case (and being able to call native sqlx-ts from Node?)? I've been using sqlx-ts CLI primarily...

This is probably the same bug as the other issue https://github.com/JasonShin/sqlx-ts/issues/134 - this is caused by the quoted table name. I can see the wildcard queries are working correctly without...

Separate to this particular problem, I've improved error message handlings in several areas including DB connection issues https://github.com/JasonShin/sqlx-ts/pull/156/files

This is now handled in https://github.com/JasonShin/sqlx-ts/pull/197. However, there are always room for improvements with error messages.

hey, @JulianCataldo, thanks for this idea. I'm not sure about supporting string replacement like in your example - I've been thinking about supporting named placeholders in a query. named placeholder...

Similar discussion & ideation is going on https://github.com/JasonShin/sqlx-ts/issues/193, will close this to reduce number of issues

hey, the error says it cannot read `.sqlxrc.json` file, are you sure `.sqlxrc.json` is present?

I believe this issue is now resolved in v0.22.0, thanks for your contribution!