add swiftUI code
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Export the underlying SQLite library
|
||||
#if SWIFT_PACKAGE
|
||||
@_exported import CSQLite
|
||||
#elseif GRDBCIPHER
|
||||
@_exported import SQLCipher
|
||||
#elseif !GRDBCUSTOMSQLITE && !GRDBCIPHER
|
||||
@_exported import SQLite3
|
||||
#endif
|
||||
Reference in New Issue
Block a user