Skip to content

Commit 7037833

Browse files
committed
Version 1.0.0
1 parent d7cfcda commit 7037833

32 files changed

+25
-129
lines changed

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Simple Swift wrapper for accessing a `.sqlite3` database in a thread safe manner
66

77
## License
88

9-
SQLiteKit is released under the MIT license. See `LICENSE` file for more detailed information.
9+
SQLiteKit is public domain. See UNLICENSE file for details.
1010

1111
# Table of Contents
1212

Sources/SQLiteKit/Internals/KeyPathReplaceable.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//
2-
// Copyright © 2020 Apparata AB. All rights reserved.
3-
//
4-
51
import Foundation
62

73
func replacing<T, U>(_ keyPath: WritableKeyPath<T, U>, on object: T, with value: U) -> T {

Sources/SQLiteKit/Internals/SQLInternals.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//
2-
// Copyright © 2019 Apparata AB. All rights reserved.
3-
//
4-
51
import Foundation
62
import libsqlite3
73

Sources/SQLiteKit/Queries/Builders/SQLQueryStringBuilder.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//
2-
// Copyright © 2021 Apparata AB. All rights reserved.
3-
//
4-
51
import Foundation
62

73
@resultBuilder

Sources/SQLiteKit/Queries/Builders/SQLTableBuilder.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//
2-
// Copyright © 2021 Apparata AB. All rights reserved.
3-
//
4-
51
import Foundation
62

73
@resultBuilder

Sources/SQLiteKit/Queries/Options/SQLCreateTableOptions.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//
2-
// Copyright © 2021 Apparata AB. All rights reserved.
3-
//
4-
51
import Foundation
62

73
public struct SQLCreateTableOptions: OptionSet {

Sources/SQLiteKit/Queries/Options/SQLCreateViewOptions.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//
2-
// Copyright © 2021 Apparata AB. All rights reserved.
3-
//
4-
51
import Foundation
62

73
public struct SQLCreateViewOptions: OptionSet {

Sources/SQLiteKit/Queries/Options/SQLDropOptions.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//
2-
// Copyright © 2021 Apparata AB. All rights reserved.
3-
//
4-
51
import Foundation
62

73
public struct SQLDropOptions: OptionSet {

Sources/SQLiteKit/Queries/SQLColumn.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//
2-
// Copyright © 2021 Apparata AB. All rights reserved.
3-
//
4-
51
import Foundation
62

73
public protocol SQLTableColumn {

0 commit comments

Comments
 (0)