vapor / fluent-sqlite-driver

Fluent driver for SQLite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FluentSQLiteDriver

Documentation Team Chat MIT License Continuous Integration Swift 5.8+


FluentSQLiteDriver is a FluentKit driver for SQLite clients. It provides support for using the Fluent ORM with SQLite databases, and uses SQLiteKit to provide SQLKit driver services, SQLiteNIO to connect and communicate databases asynchronously, and AsyncKit 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/fluent-sqlite-driver.git", from: "4.0.0")

For additional information, see the Fluent documentation.

About

Fluent driver for SQLite

License:MIT License


Languages

Language:Swift 100.0%