Table of Contents

Namespace Supabase.Realtime.Converters

Classes

IntArrayConverter

An int array converter that specifically parses Postgrest styled arrays {1,2,3} and [1,2,3] from strings into a List<T>.

StringArrayConverter

An string array converter that specifically parses Postgrest styled arrays {big,string,array} and [1,2,3] from strings into a List<T>.