Skip to content
This repository was archived by the owner on Oct 28, 2021. It is now read-only.

johankool/Swift-Kuery-SQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swift-Kuery-SQLite

SQLite plugin for the Swift-Kuery framework.

macOS Linux Apache 2

Summary

SQLite plugin for the Swift-Kuery framework. It enables you to use Swift-Kuery to manipulate data in a SQLite database.

SQLite installation

To use Swift-Kuery-SQLite you must install SQLite.

macOS

$ brew install sqlite

Linux

$ sudo apt-get install sqlite3 libsqlite3-dev

Using Swift-Kuery-SQLite

First create an instance of Swift-Kuery-SQLite by calling:

let db = SQLiteConnection(filename: "myDB.db")

To establish a connection call:

db.connect(onCompletion: (QueryError?) -> ())

You now have a connection that can be used to execute SQL queries created using Swift-Kuery. View the Kuery documentation for more information.

License

This library is licensed under Apache 2.0. Full license text is available in LICENSE.

About

An SQLite plugin for the Swift-Kuery framework

Resources

License

Stars

Watchers

Forks

Packages

No packages published