Skip to content

Conversation

@rayakame
Copy link

I've been working on a plugin to generate python code because the official plugin had some missing features that I really needed for some of my personal projects (and projects of my friends that love sqlc and want to use it with python).

The plugin I've created takes a different approach then the official one and does not use sqlalchemy, it uses the drivers for the db's directy.

The plugin has support for postgresql and sqlite at the moment, mysql is planned for the near future.
I've also added support for msgspec structs and a lot of other config options.

I really do not want to "compete" with the official sqlc-gen-python plugin - I just want to offer an alternative for those who might need these extra features without adding extra load on the sqlc maintainers.

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Oct 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:S This PR changes 10-29 lines, ignoring generated files.

1 participant