From bda601a903990a49354ca21a790b84da3e407a14 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 10 Aug 2025 08:56:30 +0800 Subject: [PATCH] Add a basic README --- README.md | 30 ++++++++++++++++++++++++++++++ diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..cc6a58702ffb41df28862b295e55e19133d8aa48 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# hare-pq – Hare bindings for libpq + +These are some Hare bindings for +[libpq](https://www.postgresql.org/docs/current/libpq.html). Not all features +have bindings here yet; Please feel free to expand them. + +## License + +This inherits the PostgreSQL license from the original code. See the LICENSE +file. + +## Contributing + +Create a branch that begins with `contrib/` and push to the +[main repo](https://forge.lindenii.runxiyu.org/hare/:/repos/hare-pq/) +via SSH directly. + +``` +git clone ssh://forge.lindenii.runxiyu.org/hare/:/repos/hare-pq/ +cd hare-pq +git checkout -b contrib/whatever +# edit and commit stuff +git push -u origin HEAD +``` + +## Support + +[`#chat`](https://webirc.runxiyu.org/kiwiirc/#chat) +on +[irc.runxiyu.org](https://irc.runxiyu.org/). -- 2.48.1