Refaktor

Results 55 comments of Refaktor

![Image](https://github.com/user-attachments/assets/a4d7a6e2-d60d-4e64-ab9a-39a5cfafa68f) First version of defer was added with v0.0.80. It works for functions but I still see some edge cases that I will work on before 0.0.90. Thanks for the...

Hi, thank you for posted isues. For first few "years" (I think), contrib was a separate repository and a submodule in rye repository. But since it was a constant complication...

currently I don't intend to change the file layout of the code, and I have no better idea as it is for now. So I am closing this issue for...

When I started writing Rye Go didn't have Reflection yet. Function are created in a little cumbersome way for the reason that parameters are statically determined (for Go), and not...

We invested quite more time in autogenerating bindings ... starting with Fyne, Ebitengine and smaller libraries. The generator was just moved ot it's own project. It's written for the format...

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...

@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/