mirror of
https://github.com/jackc/pgx.git
synced 2025-05-17 13:01:05 +00:00
7 lines
336 B
Markdown
7 lines
336 B
Markdown
# Examples
|
|
|
|
* todo is a command line todo list that demonstrates basic CRUD actions.
|
|
* url_shortener contains a simple example of using pgx in a web context.
|
|
* [Tern](https://github.com/jackc/tern) is a migration tool that uses pgx (uses v1 of pgx).
|
|
* [The Pithy Reader](https://github.com/jackc/tpr) is a RSS aggregator that uses pgx.
|