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 7d95523 commit 5e5ba53Copy full SHA for 5e5ba53
Documentation/Linux.md
@@ -1,5 +1,10 @@
1
# Linux
2
3
+## Limitations
4
+
5
+* Custom functions are currently not supported and crash, caused by a bug in Swift.
6
+See [#1071](https://github.com/stephencelis/SQLite.swift/issues/1071).
7
8
## Debugging
9
10
### Create and launch docker container
README.md
@@ -19,6 +19,7 @@ syntax _and_ intent.
19
- [Well-documented][See Documentation]
20
- Extensively tested
21
- [SQLCipher][] support via CocoaPods
22
+ - Works on [Linux](Documentation/Linux.md) (with some limitations)
23
- Active support at
24
[StackOverflow](https://stackoverflow.com/questions/tagged/sqlite.swift),
25
and [Gitter Chat Room](https://gitter.im/stephencelis/SQLite.swift)
0 commit comments