Shahid Shah
Shahid Shah
Excellent idea, will use raw SQL for now. Having first-class support for procs/functions/domains (especially _with_ auto-generated migrations like for tables) would be fantastic. I have implemented some of these Typescript...
I saw v0.20.1 drop today, great job with the `with` addition! I was curious if you had any updates for when the `view` or when type-safe PG stored procedures /...
Sure, @benhassineb my code is available at https://www.github.com/netspective-labs/sql-aide.
Great idea @Lilit0x - having it as a Rust crate would be fantastic.
I'd also like to know if UnoCSS can be used in a Plasmo extension. Thanks!
That's great news, @AmrDeveloper I appreciate the quick acceptance!
Good question @shishkin - we have about 50% of our site dynamic and the other 50% is Markdown -- we started in SSG with some islands support and then tried...
Agreed @shishkin that's that API we're planning to use if there was not any other Astro-specific solution :-). Thanks!
@victorvoid "adding" a module to Deno is really easy if you're using ESM but it seems `dinoql` is using older NodeJS/NPM model. I'm still learning about NodeJS modules and as...