From 60612aa4f38591e028279ea27b998161af87497c Mon Sep 17 00:00:00 2001 From: inoas Date: Wed, 24 Jul 2024 21:31:23 +0200 Subject: [PATCH] shorten --- README.md | 2 +- packages/cake.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39ab4d4..c8d4a40 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. ### Databases -- [cake](https://github.com/inoas/gleam-cake) - [📚](https://hexdocs.pm/cake/) - An SQL query builder for Gleam for SQL dialects PostgreSQL, SQLite, MariaDB, and MySQL +- [cake](https://github.com/inoas/gleam-cake) - [📚](https://hexdocs.pm/cake/) - An SQL query builder for dialects PostgreSQL, SQLite, MariaDB, and MySQL - [gleam_pgo](https://github.com/gleam-experiments/pgo) - [📚](https://hexdocs.pm/gleam_pgo/) - Gleam bindings to the PGO PostgreSQL client - [migrant](https://github.com/aosasona/migrant) - [📚](https://hexdocs.pm/migrant/) - Database migrations for SQLite in Gleam - [mungo](https://github.com/massivefermion/mungo) - [📚](https://hexdocs.pm/mungo/) - A MongoDB driver for Gleam (formerly gleam_mongo) diff --git a/packages/cake.toml b/packages/cake.toml index bb8e70c..5d9f128 100644 --- a/packages/cake.toml +++ b/packages/cake.toml @@ -1,5 +1,5 @@ name = "cake" -description = "An SQL query builder for Gleam for SQL dialects PostgreSQL, SQLite, MariaDB, and MySQL" +description = "An SQL query builder for dialects PostgreSQL, SQLite, MariaDB, and MySQL" docs_url = "https://hexdocs.pm/cake/" repo_url = "https://github.com/inoas/gleam-cake" category = "Databases"