Postgres Documentation
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.
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?
@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/
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.
@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/