mx
mx
Maybe current users of dynomite could post their examples here?
I'm happy to chip in with code reviews. Just tag me if you need an extra pair of eyes.
Name casing - not that critical, as long as there are no warnings. Can you give an example of what that query code may look like?
I'm happy to give this a try some time next week, if you are not in a hurry with this feature. That will be me learning how to make /...
@softprops , I'm learning Rust and would give it a try with some guidance from you. I do use UUIDs a lot and store them as UUID type in Postgres,...
This feature may cause more problems than it solves. The same document may have multiple UUID properties. Some can be stored as bytes to save space, some must be stored...
What is DX?
I need to add decimal separators to numbers, e.g. 1000 -> 1,000 or 123456 -> 123,456, which may be 123.456 in some locales. @Kixiron , would I be able to...
An update as of _v0.28.1_ ## Connection settings ```json { "name": "PGSQL PEER TEST", "server": "/run/postgresql", "driver": "PostgreSQL", "database": "postgres" } ``` See https://dev.to/rimutaka/passwordless-login-to-postgres-from-vscode-sqltools-extension-using-identpeer-method-434l post for detailed explanations.
If the suggested options make sense, I'd like to give this a try (@epage): 1. mention the error in [cargo-new](https://doc.rust-lang.org/cargo/commands/cargo-new.html) and [cargo-init](https://doc.rust-lang.org/cargo/commands/cargo-init.html) 2. explain how the workspaces can be organised...