此软件包允许你创建一个实现 PostgreSQL wire 协议 (PQ) 的服务器。
请参阅 用法示例。
你可以使用 Swift Package Manager 安装此驱动程序,方法是将以下行添加到你的 Package.swift
作为依赖项
.Package(url: "https://github.com/pixelspark/postgres-wire-server.git", majorVersion: 1)
要在 Xcode 项目中使用,请使用 SPM 生成一个 Xcode 项目文件
swift package generate-xcodeproj
Copyright (c) 2017 Pixelspark, Tommy van der Vorst
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
我们欢迎各种形式的贡献 - 从错别字修复到完整的重构和新功能。如果你想做一些大的改动,请务必联系我们,以避免重复劳动。你可以通过以下方式提供帮助
请注意,在我们接受任何新代码到仓库之前,我们需要您以书面形式确认,您的贡献是根据 MIT 许可证的条款提供给我们的。