Swift client for PostgREST. The goal of this library is to make an "ORM-like" restful interface.
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")
You can also install the supabase-swift
package to use the entire supabase library.
Check integration tests for usage examples: IntegrationTests.swift
- 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
This repo is liscenced under MIT.