diff --git a/README.md b/README.md index 17b7b54..27cf159 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,16 @@ aliases and generics, and `enum.StrEnum`). Questions or feedback? Join the [Discord](https://discord.gg/hikari). +## Used by + +[nMarkov logo](https://nmarkov.xyz/) + +**[nMarkov](https://nmarkov.xyz/)** - a Discord chatbot that learns from your +server's messages and generates its own. + +Using `sqlc-gen-better-python` in your project? [Open an issue](https://github.com/rayakame/sqlc-gen-better-python/issues) +to get listed here. + > [!NOTE] > Every Release before `v1.0.0`, including this one is an beta release. > These versions are primarly released for interested people who want to test this plugin and help make it better. diff --git a/docs/content/_index.md b/docs/content/_index.md index c4c5af7..54aed5a 100644 --- a/docs/content/_index.md +++ b/docs/content/_index.md @@ -62,6 +62,27 @@ layout: hextra-home
+{{< hextra/hero-section >}} + Used by +{{< /hextra/hero-section >}} + +Projects running their database layer on generated code: + +
+ + nMarkov logo + nMarkov - a Discord chatbot that learns from your server's messages and generates its own. + +
+ +
+ +Using `sqlc-gen-better-python` in your project? +[Open an issue](https://github.com/rayakame/sqlc-gen-better-python/issues) to get +listed here. + +
+ {{< hextra/hero-section >}} From SQL to Python {{< /hextra/hero-section >}} diff --git a/docs/static/images/used-by/nmarkov.png b/docs/static/images/used-by/nmarkov.png new file mode 100644 index 0000000..d6275c7 Binary files /dev/null and b/docs/static/images/used-by/nmarkov.png differ