From a13949ca4d93c91da93849a25d47e4d9b190a111 Mon Sep 17 00:00:00 2001 From: Madeorsk Date: Wed, 16 Oct 2024 14:30:08 +0200 Subject: [PATCH] Add a WIP mention to README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e68f21..349896d 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ _ZRM_ provides a simple interface to relational databases in Zig. Define your re ZRM 0.1.0 is made and tested with zig 0.13.0. +## Work in progress + +ZRM aims to handle a lot for you, but it takes time to make. Have a look to [the issues](https://code.zeptotech.net/zedd/zrm/issues) to see what is currently planned or being worked on. + ## How to use ### Install