Skip to content

Commit 932e06a

Browse files
committed
update README
1 parent 528efd8 commit 932e06a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Things SQLittle can do:
3838
- Collate functions are used automatically
3939
- indexes with expression (either in columns or as a `WHERE`) are (partially) supported
4040
- Scan() to most Go datatypes, including `time.Time`
41+
- Works on Linux, Mac OS, and Windows
4142
```
4243

4344
Things SQLittle should do:

doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ Things SQLittle can do:
4545
- Collate functions are used automatically
4646
- indexes with expression (either in columns or as a `WHERE`) are (partially) supported
4747
- Scan() to most Go datatypes, including `time.Time`
48+
- Works on Linux, Mac OS, and Windows
49+
4850
4951
Things SQLittle should do:
5052

0 commit comments

Comments
 (0)