Skip to content

Non-blocking SQLite client library with SQL builder built on SwiftNIO

License

Notifications You must be signed in to change notification settings

wrkstrm/LibSQLiteKit

 
 

Repository files navigation

SQLiteKit

Documentation Team Chat MIT License Continuous Integration Swift 5.8+ SSWG Incubation Level: Graduated


SQLiteKit is an SQLKit driver for SQLite clients. It supports building and serializing SQLite-dialect SQL queries. SQLiteKit uses SQLiteNIO to connect and communicate with the database server asynchronously. AsyncKit is used to provide connection pooling.

Usage

Use the SPM string to easily include the dependendency in your Package.swift file.

.package(url: "https://github.com/vapor/sqlite-kit.git", from: "4.0.0")

Supported Platforms

SQLiteKit supports the following platforms:

  • Ubuntu 20.04+
  • macOS 10.15+

About

Non-blocking SQLite client library with SQL builder built on SwiftNIO

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%