Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,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 dialects PostgreSQL, SQLite, MariaDB, and MySQL
- [database](https://github.com/R0DR160HM/database) - [📚](https://hexdocs.pm/database/) - A very simple embedded database built over ETS and DETS
- [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)
- [parrot](https://github.com/daniellionel01/parrot) - [📚](https://hexdocs.pm/parrot/) - 🦜 type-safe SQL in gleam via sqlc
Expand Down
4 changes: 4 additions & 0 deletions packages/database.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
name = "database"
description = "A very simple embedded database built over ETS and DETS"
repo_url = "https://github.com/R0DR160HM/database"
category = "Databases"