Ricardo da Rocha

Results 6 comments of Ricardo da Rocha

I think it could follow Rust docs patterns. And generate the docstrings in generated rust code too. https://doc.rust-lang.org/rust-by-example/meta/doc.html Actually the focus here is the rust code, not the sql. (My...

I found sqlx-firebird but it looks like it's not finished yet

Typescript syntax for optional field (NULLABLE) is ? question mark I suggest question mark, because it is most intuitive way

I agree with @LouisGariepy That increases complexibility. I suggest a layer to you generate sql files from templates. For instance, using jinja etc. First you define templates and rules for...

If you have a centralized DB instance, it would be easy to maintain two versions, a development version and a production version with different schema. After updating the development database...