PostgREST

1.0.3

Swift client for PostgREST
supabase-community/postgrest-swift

What's New

1.0.3

2023-11-05T11:14:31Z

What's Changed

  • fix: rpc call returns PostgrestFilterBuilder by @cwjoshuak in #50
  • chore: fix build by defining closure return type by @grdsdev in #53

New Contributors

Full Changelog: 1.0.2...1.0.3

Postgrest Swift

Installation

Swift client for PostgREST. The goal of this library is to make an "ORM-like" restful interface.

Swift Package Manager

Add postgrest-swift as a dependency to your Package.swift file. For more information, please see the Swift Package Manager documentation.

.package(url: "https://github.com/supabase/postgrest-swift", from: "1.0.2")

Supabase

You can also install the supabase-swift package to use the entire supabase library.

Usage

Check integration tests for usage examples: IntegrationTests.swift

Contributing

  • Fork the repo on GitHub
  • Clone the project to your own machine
  • Commit changes to your own branch
  • Push your work back up to your fork
  • Submit a Pull request so that we can review your changes and merge

License

This repo is liscenced under MIT.

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

Last updated: Sun Mar 17 2024 06:06:10 GMT-0900 (Hawaii-Aleutian Daylight Time)