pgo icon indicating copy to clipboard operation
pgo copied to clipboard

🐘 Use PostgreSQL databases with PGO

Results 11 pgo issues
Sort by recently updated
recently updated
newest added

Add a paragraph explaining to not open/close connections dynamically.

That PR add support for SSL options. This is required [since OTP 26](https://www.erlang.org/blog/otp-26-highlights/#ssl-safer-defaults). PR to merge after arrays has been merged. #22

*I've built this on top of the 0.7.0 tag but that isn't in main yet and so it adds to the diff* This adds `pgo.timestamp` as a converter function from...

### What the PR does - Add support for Arrays - Add test cases for Arrays - Reenables test on CI - CI instanciates PG - PG is running on...

I need to add a json function for inserting json to the database. I'm assuming the best thing to do is to add a function like `pgo.int` e.g. ```rust let...

Postgres supports the `h_store` type, to manage a hash map directly in PG columns. While it's probably easier to use `jsonb` nowadays, it could be useful to add support for...

While working in [gleam-lang/packages](https://github.com/gleam-lang/packages) I noticed that `gleam_pgo` doesn't seem to support array columns in Postgres.

Does this adapter supports this feature?

This PR should serve as a PoC #9 Since this is my first attempt to make something with Gleam, It is very rough and simple. Thank you.

Some API design work is required.