Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 599 Bytes

File metadata and controls

14 lines (9 loc) · 599 Bytes

FluentSQLiteDriver

FluentSQLiteDriver is a FluentKit driver for SQLite clients.

Overview

FluentSQLiteDriver provides support for using the Fluent ORM with SQLite databases. It uses SQLiteKit to provide SQLKit driver services, SQLiteNIO to connect and communicate with databases asynchronously, and AsyncKit to provide connection pooling.