diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -2,6 +2,12 @@ | |||
| 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 | ## Status | ||
| 6 | |||
| 7 | While the core functionality works right now, the API is still subject to changes. | ||
| 8 | |||
| 9 | If 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/) |