From 9ce141e9088165d12b4fc21f1dc1a1e0abd6687d Mon Sep 17 00:00:00 2001 From: Booklordofthedings Date: Sun, 26 May 2024 16:45:57 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 07d24f3..dd56b24 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # Sqlite-Beef -Beef bindings for sqlite 3 \ No newline at end of file +This binding requires you to compile a valid static .lib file in the deps folder to work properly. +Its mostly a raw binding so outside of most defines being translated to enums it works very similar to the actual C interface. +Not every enum is assigned correctly, so some casting might be needed when using this binding \ No newline at end of file