issues
search
supabase
/
postgrest-py
PostgREST client for Python. This library provides an ORM interface to PostgREST
https://postgrest-py.readthedocs.io
MIT License
236
stars
52
forks
source link
fix: Types to use Option[T]
#514
Closed
juancarlospaco
closed
1 month ago
juancarlospaco
commented
1 month ago
What kind of change does this PR introduce?
Fix types to use
Option[T]
instead of Unions of Nones.
What kind of change does this PR introduce?
Option[T]
instead of Unions of Nones.