Skip to content

Commit fb203b6

Browse files
committed
Add Swift Package Index compatibility badges to README
1 parent bb6b2fb commit fb203b6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# SQLClient-Swift
22

3+
[![Swift Package Index](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvkuttyp%2FSQLClient-Swift%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/vkuttyp/SQLClient-Swift)
4+
[![Swift Package Index](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvkuttyp%2FSQLClient-Swift%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/vkuttyp/SQLClient-Swift)
5+
36
A modern, native **Microsoft SQL Server** client for **iOS**, **macOS**, and **Linux** — written in Swift.
47

58
Built on top of the open-source [FreeTDS](https://www.freetds.org) library, SQLClient-Swift provides a clean `async/await` API, automatic `Decodable` row mapping, full TLS/encryption support for Azure SQL and SQL Server 2022, and thread safety via Swift's `actor` model.

0 commit comments

Comments
 (0)