We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 528efd8 commit 932e06aCopy full SHA for 932e06a
README.md
@@ -38,6 +38,7 @@ Things SQLittle can do:
38
- Collate functions are used automatically
39
- indexes with expression (either in columns or as a `WHERE`) are (partially) supported
40
- Scan() to most Go datatypes, including `time.Time`
41
+- Works on Linux, Mac OS, and Windows
42
```
43
44
Things SQLittle should do:
doc.go
@@ -45,6 +45,8 @@ Things SQLittle can do:
45
46
47
48
+ - Works on Linux, Mac OS, and Windows
49
+
50
51
52
0 commit comments