Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

27 Commits

Repository files navigation

PostgreSQL

Asynchronous client in pure Swift

.package(url:"https://github.com/swiftstack/postgresql.git",.branch("dev"))

Usage

import PostgreSQL
letclient=PostgreSQL.Client(host:"127.0.0.1", port:5432)tryawait client.connect(user:"postgres")letresult=tryawait client.query("select * from rows;")print(result)
$ swift run

About

PostgreSQL client in pure Swift

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages