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

Love this project, and wanted to ask about some things related... #2

Open
jeremy-donson opened this issue Dec 9, 2017 · 1 comment

Comments

@jeremy-donson
Copy link

Hello Sir!

What I like about this project
is that it uses sqlalchemy as a means to stay dbms-agnostic.

What I was looking for instead was a tool to generate
schemas (tables and relationships),
and perhaps some random sample data,
from a yaml file.

Note that php 👎
supports this through doctrine,
http://doctrine.readthedocs.io/en/latest/en/manual/yaml-schema-files.html

And pypi has pyrseas
https://pythonhosted.org/Pyrseas/
but this is only postgres specific.

I see no reason to avoid leveraging the power of sqlalchemy instead.
Thoughts?

@thanethomson
Copy link
Owner

I originally wrote MLAlchemy to be a reusable component within Statik, which does pretty much what you're asking (and more), except that it uses SQLAlchemy with an in-memory SQLite database.

Perhaps with a bit of tweaking one could repurpose Statik to use any SQLAlchemy-supported backend? 😀

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

2 participants