Paolo Barbolini fc9c9be5e8
Update to edition 2021 (#1808)
* Update to edition 2021

* Fix running tests
2022-04-15 12:52:00 -07:00
..
2022-04-15 12:52:00 -07:00

Postgres Transaction Example

A simple example demonstrating how to obtain and roll back a transaction with postgres.

Usage

Declare the database URL. This example does not include any reading or writing of data.

export DATABASE_URL="postgres://postgres@localhost/postgres"

Run.

cargo run