diff options
Diffstat (limited to '')
| -rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | This package is a thin wrapper around [sqlite](https://sqlite.org/index.html)'s C API. | 3 | This 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. | ||
| 6 | I 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 | ||
| 7 | While the core functionality works right now, the API is still subject to changes. | 10 | While the core functionality works right now, the API is still subject to changes. |