Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FastAlchemy - Testing and Prototyping tool #58

Open
maarten-dp opened this issue Feb 7, 2020 · 0 comments
Open

FastAlchemy - Testing and Prototyping tool #58

maarten-dp opened this issue Feb 7, 2020 · 0 comments

Comments

@maarten-dp
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant