Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ aliases and generics, and `enum.StrEnum`).

Questions or feedback? Join the [Discord](https://discord.gg/hikari).

## Used by

[<img src="docs/static/images/used-by/nmarkov.png" alt="nMarkov logo" height="72">](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.
Expand Down
21 changes: 21 additions & 0 deletions docs/content/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,27 @@ layout: hextra-home

<div class="hx:mt-16"></div>

{{< hextra/hero-section >}}
Used by
{{< /hextra/hero-section >}}

Projects running their database layer on generated code:

<div class="hx:mt-8 hx:flex hx:flex-wrap hx:gap-4 hx:items-center">
<a href="https://nmarkov.xyz/" target="_blank" rel="noreferrer" class="hx:flex hx:items-center hx:gap-4 hx:text-lg">
<img src="images/used-by/nmarkov.png" alt="nMarkov logo" width="64" height="64" style="border-radius: 10px;" />
<span><strong>nMarkov</strong> - a Discord chatbot that learns from your server's messages and generates its own.</span>
</a>
</div>

<div class="hx:mt-6"></div>

Using `sqlc-gen-better-python` in your project?
[Open an issue](https://github.com/rayakame/sqlc-gen-better-python/issues) to get
listed here.

<div class="hx:mt-16"></div>

{{< hextra/hero-section >}}
From SQL to Python
{{< /hextra/hero-section >}}
Expand Down
Binary file added docs/static/images/used-by/nmarkov.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading