-
Notifications
You must be signed in to change notification settings - Fork 157
FastAlchemy - Testing and Prototyping tool #58
Copy link
Copy link
Open
Description
Hi,
I'm the author of https://github.com/maarten-dp/fast-alchemy which is a tool to create SQLA models and instances using YAML.
Its main goals are:
- Building fast testcases for libraries that build on, or extend, SQLA, but don't necessarily have a fixed model implementation.
- Preventing hundreds of lines of test models clutter in your testfiles.
- Building and instantiating models that cater to your specific usecases, instead of forcing you to "work with what you have"
- Being a good prototyping tool for PoCs, as datamodels are often subject to a lot of change in these projects.
I'm not sure where you draw the line between nice libraries and useful libraries. Hence me opening this issue to ask for your feedback. I'd be honored to have FastAlchemy included in this list, but understand and accept if it doesn't fit the scope.
Thanks for your time.
Kind regards,
Maarten
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels