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
A SQLite compiler, static analyzer and code generator for Swift
12
+
</strong>
11
13
</p>
12
14
13
15
## Overview
14
-
Otter generates type safe code from raw plain SQL.
16
+
Otter aims to allow developers to write plain SQL but with compile time safety.
15
17
16
18
## Basic Usage
17
19
As a primer here is a quick example. Below is some SQL. The first part is in the `/Migrations` directory. This is where you can create and modify your schema. The second part is in the `/Queries` directory.
0 commit comments