tembo-io / pg_later

Execute SQL now and get the results later.
PostgreSQL License
354 stars 10 forks source link

Bump dependencies and remove sqlx runtime-tokio-native-tls feature #45

Closed jirutka closed 9 months ago

jirutka commented 9 months ago

pg_later doesn't connect to a remote PostgreSQL, so TLS is unnecessary. This change will reduce the number of dependencies and the binary size.

jirutka commented 9 months ago

The tests passed before the rebase against master.