rye icon indicating copy to clipboard operation
rye copied to clipboard

Postgres Documentation

Open hackmeister opened this issue 1 year ago • 2 comments

It would be really nice to have some basic docs on using Postgres. I have a project I am working on the is all postgres. Thanks in advance. Just hoping you can get some simple stuff done which would be really helpful.

hackmeister avatar Jan 05 '25 07:01 hackmeister

Hi. I will make a plan for a sql / postgres page in the cookbook. Are you interested in anything specific or regular SQL queries more or less?

refaktor avatar Jan 05 '25 20:01 refaktor

@hackmeister I started writing about databases and sql dialect here. I haven't gotten to more advanced topics or postgres yet: https://ryelang.org/cookbook/server-side/databases/

refaktor avatar Jan 09 '25 19:01 refaktor

I'm working on this now. Also updating console, to allow multiline strings for sql where it has non-standard characters like with posgres and JSON functionality. Should be online in few days.

refaktor avatar Sep 27 '25 12:09 refaktor

@hackmeister The Postgres documentation is online. I also improved the bindings, added .Show-SQL , besides Query and Exec . Thanks for the issue, I'm closing it now.

Documentation: https://ryelang.org/cookbook/server-side/postgres_database/

refaktor avatar Sep 27 '25 14:09 refaktor