summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Johnson <benbjohnson@yahoo.com>2023-10-02 07:49:22 -0600
committerGitHub <noreply@github.com>2023-10-02 07:49:22 -0600
commit3428476a204bf33a78ef2d3f37821dc69259af6a (patch)
tree919bf1653b56570e1bd72cda03418aad179ef50e
parent9ca891fb279c3909a1fbc9875016f0ed433b4a24 (diff)
READMEHEADmain
-rw-r--r--README.md31
1 files changed, 4 insertions, 27 deletions
diff --git a/README.md b/README.md
index 35d51c1..f360233 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-Postlite ![Status](https://img.shields.io/badge/status-alpha-yellow)
+Postlite ![Status](https://img.shields.io/badge/status-unmaintained-yellow)
========
Postlite is a network proxy to allow access to remote SQLite databases over the
@@ -12,22 +12,9 @@ information so Postlite mirrors this catalog by using an attached in-memory
database with virtual tables. The proxy also performs minor rewriting on these
system queries to convert them to usable SQLite syntax.
-_Note: This software is in alpha. Please report bugs. Postlite doesn't alter
-your database unless you issue INSERT, UPDATE, DELETE commands so it's probably
-safe. If anything, the Postlite process may die but it shouldn't affect your
-database._
-
-
-## Supported clients
-
-Postgres clients can be quite particular about how they initialize so not all
-clients may work. Below are the clients that are currently being tested. If you
-would like to see more clients supported or if you're having issues with
-existing clients, please [submit an issue][new-issue]!
-
-- [psql](https://www.postgresql.org/docs/current/app-psql.html)
-- [DBeaver](https://dbeaver.io/)
-- [Postico 2](https://eggerapps.at/postico2/)
+_Note: This software was a proof of concept of wrapping SQLite with the Postgres
+wire protocol. It is no longer maintained. You're welcome to fork this project if
+you're interested in continuing development._
## Usage
@@ -57,13 +44,3 @@ enable the `vtable` tag when building:
$ go install -tags vtable ./cmd/postlite
```
-
-## Contribution Policy
-
-Postlite is open to code contributions for bug fixes & documentation fixes only.
-Features carry a long-term maintenance burden so they will not be accepted at
-this time. Please [submit an issue][new-issue] if you have a feature you'd like
-to request.
-
-[new-issue]: https://github.com/benbjohnson/postlite/issues/new
-