postgrest 0.1.0 copy "postgrest: ^0.1.0" to clipboard
postgrest: ^0.1.0 copied to clipboard

outdated

PostgREST client for Dart. This library provides an ORM interface to PostgREST.

[0.1.0] #

  • deprecated: cs() in filter. Use contains() instead.
  • deprecated: cd() in filter. Use containedBy() instead.
  • deprecated: sl() in filter. Use rangeLt() instead.
  • deprecated: sr() in filter. Use rangeGt() instead.
  • deprecated: nxl() in filter. Use rangeGte() instead.
  • deprecated: nxr() in filter. Use rangeLte() instead.
  • deprecated: adj() in filter. Use rangeAdjacent() instead.
  • deprecated: ov() in filter. Use overlaps() instead.
  • deprecated: fts() in filter. Use textSearch() instead.
  • deprecated: plfts() in filter. Use textSearch() instead.
  • deprecated: phfts() in filter. Use textSearch() instead.
  • deprecated: wfts() in filter. Use textSearch() instead.

[0.0.8] #

  • feat: Migrate to null-safe dart

[0.0.7] #

  • feat: allow postgrest.rpc() filtering
  • refactor: builder into separate classes
  • chore: update stored procedure unit tests

[0.0.6] #

  • fix: error json parsing
  • fix: unit tests
  • refactor: remove PostgrestResponse.statusText
  • refactor: clean up PostgrestError, PostgrestResponse
  • chore: export PostgrestError class
  • chore: update example with try/catch

[0.0.5] #

  • chore: export builder class

[0.0.4] #

  • feat: support head request and row count option

[0.0.3] #

  • fix: lint errors

[0.0.2] #

  • Remove pre-release verion notice

[0.0.1] #

  • refactor: improve code style
  • Initial Release

[0.0.1-dev.8] #

  • chore: replace end() with execute()
  • refactor: options param (map type) into named parameters

[0.0.1-dev.7] #

  • refactor: rename response.body to response.data

[0.0.1-dev.6] #

  • chore: return PostgrestResponse and PostgrestError instead of a Map obj

[0.0.1-dev.5] #

  • fix: lint errors

[0.0.1-dev.4] #

  • Refactor code structure by following postgrest-js TypeScript update.
  • Update documents.

[0.0.1-dev.3] #

  • Fixes examples + typo.

[0.0.1-dev.2] #

  • Remove Flutter package dependency.
  • Clean up + refactor.

[0.0.1-dev.1] #

  • Initial pre-release.
103
likes
0
pub points
97%
popularity

Publisher

verified publishersupabase.io

PostgREST client for Dart. This library provides an ORM interface to PostgREST.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

http

More

Packages that depend on postgrest