Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alestiago/postgrest_errors
A generated typed collection of all PostgREST error definitions for Dart 🎯
https://github.com/alestiago/postgrest_errors
backend dart postgrest server supabase
Last synced: 9 days ago
JSON representation
A generated typed collection of all PostgREST error definitions for Dart 🎯
- Host: GitHub
- URL: https://github.com/alestiago/postgrest_errors
- Owner: alestiago
- Created: 2023-11-03T16:29:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-06T12:46:28.000Z (about 1 year ago)
- Last Synced: 2024-11-30T23:26:02.107Z (about 1 month ago)
- Topics: backend, dart, postgrest, server, supabase
- Language: Dart
- Homepage: https://pub.dev/packages/postgrest_errors
- Size: 92.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/alestiago/postgrest_errors)
# PostgREST errors
A generated typed collection of all [PostgREST error](https://postgrest.org/en/stable/references/errors.html#postgrest-error-codes) definitions for Dart 🎯
## Packages
| Packages | Pub |
| ---------------------------------------------- | -------------------------------------------------------------------------------------------------------------- |
| [postgrest_errors](packages/postgrest_errors/) | [![pub package](https://img.shields.io/pub/v/postgrest_errors.svg)](https://pub.dev/packages/postgrest_errors) |## Table of content
| Directory | Description |
| -------------------- | -------------------------------------------------------------------------------------------- |
| [packages](packages) | Published packages. |
| [tools](tools) | Internal packages uses to support the development and maintenance of the published packages. |
| [data](data) | Scraped PostgREST error data. |
| [.github](.github) | GitHub related configurations. |