diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 0 insertions, 2 deletions
| @@ -15,8 +15,6 @@ If you use this library, expect to have to make changes when you update the code | |||
| 15 | 15 | ||
| 16 | `zig-sqlite` only tracks Zig master (as can be found [here](https://ziglang.org/download/)). The plan is to support releases once Zig 1.0 is released but this can still change. | 16 | `zig-sqlite` only tracks Zig master (as can be found [here](https://ziglang.org/download/)). The plan is to support releases once Zig 1.0 is released but this can still change. |
| 17 | 17 | ||
| 18 | Unfortunately as of zig `0.11.0-dev.3312+ab37ab33c` some things still don't compile properly, for example our tests don't compile. However [this demo program](https://github.com/vrischmann/zig-sqlite-demo) compiles fine. | ||
| 19 | |||
| 20 | So your mileage may vary if you try to use `zig-sqlite`. | 18 | So your mileage may vary if you try to use `zig-sqlite`. |
| 21 | 19 | ||
| 22 | # Table of contents | 20 | # Table of contents |