You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
More usage examples can be found in [tests](https://github.com/denissimon/SQLiteAdapter/blob/main/Tests/SQLiteAdapterTests/SQLiteAdapterTests.swift) and [iOS-MVVM-Clean-Architecture](https://github.com/denissimon/iOS-MVVM-Clean-Architecture) where this adapter was used.
136
148
137
-
### Supported SQLite types
149
+
Supported SQLite types
150
+
----------------------
138
151
139
152
```swift
140
153
case INT // Includes INT, INTEGER, INT2, INT8, BIGINT, MEDIUMINT, SMALLINT, TINYINT
@@ -145,7 +158,8 @@ case BLOB // Includes BLOB, BINARY, VARBINARY
145
158
case DATE // Includes DATE, DATETIME, TIME, TIMESTAMP
146
159
```
147
160
148
-
### Public methods
161
+
Public methods
162
+
--------------
149
163
150
164
Can be extended and customized by inheriting the [SQLite](https://github.com/denissimon/SQLiteAdapter/blob/main/Sources/SQLiteAdapter/SQLiteAdapter.swift) class.
0 commit comments