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
SQLiteOrm-Swift is an ORM library for SQLite3 built with Swift 5
9
+
SQLiteORM-Swift is an ORM library for SQLite3 built with Swift 5
10
10
11
11
# Advantages
12
12
@@ -56,7 +56,7 @@ CREATE TABLE user_types (
56
56
name TEXTNOT NULL)
57
57
```
58
58
59
-
Now we tell `SQLiteOrm` library about our schema and provide database filename. We create `storage` helper object that has CRUD interface. Also we create every table and every column. All code is intuitive and minimalistic.
59
+
Now we tell `SQLiteORM` library about our schema and provide database filename. We create `storage` helper object that has CRUD interface. Also we create every table and every column. All code is intuitive and minimalistic.
0 commit comments