文件名称:postgrest-kt:Postgrest Kotlin客户
文件大小:88KB
文件格式:ZIP
更新时间:2024-06-12 08:55:27
android kotlin java jvm postgresql
Kotlin Client for PostgREST 用于Kotlin JVM客户端 安装 玛文 < dependency> < groupId>io.supabase groupId> < artifactId>postgrest-kt artifactId> < version>{version} version> < type>pom type> dependency> Gradle implementation 'io.supabase:postgrest-kt:{version}' 用法 初始化客户端 val postgrestClient = PostgrestDefaultClient ( uri = URI ( " http://localhost:3111 " ), he
【文件预览】:
postgrest-kt-master
----.gitignore(115B)
----settings.gradle(35B)
----build.gradle(3KB)
----src()
--------main()
--------test()
----gradlew(6KB)
----.github()
--------workflows()
----README.md(5KB)
----gradlew.bat(3KB)
----gradle()
--------wrapper()