vapor / postgres-nio

🐘 Non-blocking, event-driven Swift client for PostgreSQL.
https://api.vapor.codes/postgresnio/documentation/postgresnio/
MIT License
317 stars 72 forks source link

async/await prepared statement API #385

Closed fabianfett closed 1 year ago

fabianfett commented 1 year ago

Before we can remove the existing prepared statement API, we need to introduce a new async/await one.