Skip to content

Commit

Permalink
Update migrant
Browse files Browse the repository at this point in the history
  • Loading branch information
lpil committed May 22, 2024
1 parent 29bc9bc commit fe84795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
### Databases

- [gleam_pgo](https://github.com/gleam-experiments/pgo) - [📚](https://hexdocs.pm/gleam_pgo/) - Gleam bindings to the PGO PostgreSQL client
- [migrant](https://github.com/trulyao/migrant) - [📚](https://hexdocs.pm/migrant/) - [ALPHA] Database migrations for SQLite in Gleam
- [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)
- [radish](https://github.com/massivefermion/radish) - [📚](https://hexdocs.pm/radish/) - A Redis client for Gleam
- [sqlight](https://github.com/lpil/sqlight) - [📚](https://hexdocs.pm/sqlight/) - Use SQLite from Gleam!
Expand Down
4 changes: 2 additions & 2 deletions packages/migrant.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "migrant"
description = "[ALPHA] Database migrations for SQLite in Gleam"
description = "Database migrations for SQLite in Gleam"
docs_url = "https://hexdocs.pm/migrant/"
repo_url = "https://github.com/trulyao/migrant"
repo_url = "https://github.com/aosasona/migrant"
category = "Databases"

0 comments on commit fe84795

Please sign in to comment.