Skip to content

Commit a8d2028

Browse files
authored
Update README.md
1 parent eb66c0b commit a8d2028

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/wickwirew/Feather/blob/main/Otter~dark.png?raw=true">
33
<source media="(prefers-color-scheme: light)" srcset="https://github.com/wickwirew/Feather/blob/main/Otter.png?raw=true">
44
<p align="center">
5-
<img alt="Otter" src="https://github.com/wickwirew/Feather/blob/main/Otter.png?raw=true" width=33% height=33%>
5+
<img alt="Otter" src="https://github.com/wickwirew/Feather/blob/main/Otter.png?raw=true" width=40% height=40%>
66
</p>
77
</picture>
88

99
<p align="center">
10-
A fast, lightweight SQLite library for Swift
10+
<strong>
11+
A SQLite compiler, static analyzer and code generator for Swift
12+
</strong>
1113
</p>
1214

1315
## 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.
1517

1618
## Basic Usage
1719
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

Comments
 (0)