Bump version to 1.0.0
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.
postgrest-swift
Package.swift
.package(url: "https://github.com/supabase/postgrest-swift", .exact("0.0.4"))
You can also install the supabase-swift package to use the entire supabase library.
supabase-swift
Check integration tests for usage examples: IntegrationTests.swift
This repo is liscenced under MIT.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
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 yourPackage.swift
file. For more information, please see the Swift Package Manager documentation.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
License
This repo is liscenced under MIT.