summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 195f49c..d496904 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
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_Maintainer note_: I'm currently on a break working with Zig and don't intend to work on new features for zig-sqlite.
6I will keep it updated for the latest Zig versions because that doesn't take too much of my time.
7
5# Status 8# Status
6 9
7While the core functionality works right now, the API is still subject to changes. 10While the core functionality works right now, the API is still subject to changes.