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

Make RDBMS-based persistence easier to set up #250

Open
notjuanortiz opened this issue Feb 5, 2021 · 1 comment
Open

Make RDBMS-based persistence easier to set up #250

notjuanortiz opened this issue Feb 5, 2021 · 1 comment

Comments

@notjuanortiz
Copy link
Contributor

Problem

To get the SQLSerializer to work, I've had to manually create a few tables on my database.

Solution

It would be nice to have a schema that I could just import to get things running quickly.

@notjuanortiz
Copy link
Contributor Author

Atm there is no database specified during the connection initialization. Now I'm wondering if it's best to loosely support all databases (or at least the most common ones) or just one and optimize for it.

@notjuanortiz notjuanortiz changed the title Make RMDBS-based persistence easier to set up Make RDBMS-based persistence easier to set up Feb 5, 2021
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