summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6d4bc26..40336ee 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,12 @@
2 2
3This package is a thin wrapper around [sqlite](https://sqlite.org/index.html)'s C API. 3This package is a thin wrapper around [sqlite](https://sqlite.org/index.html)'s C API.
4 4
5## Status
6
7While the core functionality works right now, the API is still subject to changes.
8
9If you use this library, expect to have to make changes when you update the code.
10
5## Requirements 11## Requirements
6 12
7* [Zig master](https://ziglang.org/download/) 13* [Zig master](https://ziglang.org/download/)