From b836e42a737541d9a21081c10746383c9d5c8cc3 Mon Sep 17 00:00:00 2001 From: "Jeremy D. Miller" Date: Wed, 15 Nov 2023 14:00:39 -0600 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 26c41bf9..5f07d6af 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,15 @@ Weasel is a library for low level database development with Postgresql and Sql S Read also more in [Introducing Weasel for Database Development](https://jeremydmiller.com/2023/08/15/introducing-weasel-for-database-development/) by [Jeremy D. Miller](https://github.com/jeremydmiller). +## Support Plans + +
+ JasperFx logo +
+ +While Weasel is open source, [JasperFx Software offers paid support and consulting contracts](https://bit.ly/3szhwT2) for Weasel. + + ## Running tests locally To run tests, you need to set up databases locally. The easiest option is to do it by running Docker images. You can use [predefined Docker Compose setup](./docker-compose.yml) by calling in your terminal: