From a37bfdf83bd197fbea90b1d1ea4dbaa5378ad07b Mon Sep 17 00:00:00 2001
From: Brandon Rodriguez <brodriguez8774@gmail.com>
Date: Thu, 9 Jan 2025 07:22:12 -0500
Subject: [PATCH] Update readme

---
 readme.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/readme.md b/readme.md
index 0eef8ba..23ea159 100644
--- a/readme.md
+++ b/readme.md
@@ -3,6 +3,26 @@
 
 
 ## Description
+THIS PACKAGE IS OUT OF DATE.
+
+The goal was to make "database connections easier, and more consistent, across multiple database types".
+It's semi-implemented, at least for MySQL and PostgreSQL.
+
+
+But it's buggy and definitely needs work, and I just haven't had time.
+
+
+In particular, the query syntax parsing really should be converted to a grammar, instead of Pythonic.
+It should have been a grammar from the start, to be honest.
+
+
+Maybe one day I'll get to this again and work on it further.
+For now, it's in a half-implemented state. Use at your own risk.
+
+
+------
+
+
 Connector for Pythonic interaction with multiple database types.
 
 See https://py-dbcn.readthedocs.io/en/latest/ for full documentation.
-- 
GitLab