We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 299c81b commit dc32581Copy full SHA for dc32581
README.md
@@ -2,9 +2,9 @@
2
3
Features:
4
5
-1. Design for ARC/ORC, no need manually close connection
+1. Design for ARC/ORC, you don’t need to close the connection manually
6
2. Use `importdb` macro to create helper function (see examples)
7
-3. Including a memfs implemention (may better than `:memory:` database since it support WAL mode)
+3. Including a memfs implemention, may better than `:memory:` database since it support WAL mode (Experimental, see tests/test_thread)
8
9
## Example
10
0 commit comments