SQLite.swift
SQL database library
A type-safe interface to SQLite3 for Swift development
A type-safe, Swift-language layer over SQLite3.
10k stars
220 watching
2k forks
Language: Swift
last commit: 4 months ago
Linked from 4 awesome lists
sqliteswift
Related projects:
Repository | Description | Stars |
---|---|---|
nerdyc/squeal | Provides a straightforward interface to access and manipulate SQLite databases in Swift. | 297 |
ccgus/fmdb | An Objective-C wrapper around SQLite | 13,846 |
sqlc-dev/sqlc | Generates type-safe code from SQL queries | 13,456 |
coleifer/sqlite-web | A web-based interface to interact with and manage SQLite databases | 3,438 |
andpor/react-native-sqlite-storage | A React Native plugin that provides a native interface to SQLite databases on Android and iOS devices | 2,762 |
groue/grdb.swift | A toolkit for managing SQLite databases in Swift applications | 6,904 |
nalgeon/sqlean | A collection of SQLite extensions that provide additional functionality and standardize API | 3,763 |
sql-js/sql.js | A JavaScript library that allows you to create and query relational databases entirely in the browser. | 12,788 |
fahimf/sqlitedb | A lightweight wrapper for accessing and manipulating SQLite databases in Swift | 589 |
yapstudios/yapdatabase | A collection/key/value store and plugin architecture for Swift & Objective-C developers targeting multiple platforms | 3,351 |
perfectlysoft/perfect-sqlite | A stand-alone Swift wrapper around the SQLite 3 client library. | 50 |
tekartik/sqflite | A Flutter plugin that provides an interface to the SQLite database | 2,880 |
swifql/swifql | A Swift framework for building type-safe, extensible SQL queries | 295 |
swiftlang/swift-syntax | Provides libraries for parsing and manipulating the internal representation of Swift source code | 3,242 |
tobymao/sqlglot | A comprehensive SQL parser and transpiler for multiple dialects | 6,745 |