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

Question - What's the best route for multiple tables? #7

Open
molinto opened this issue Jul 11, 2022 · 1 comment
Open

Question - What's the best route for multiple tables? #7

molinto opened this issue Jul 11, 2022 · 1 comment

Comments

@molinto
Copy link

molinto commented Jul 11, 2022

Hi, what's the best route for using PysonDb(-v2) fir multiple table please?

Create a json file for each table, then merge at the end?

@builder555
Copy link
Contributor

@molinto
Since this is a NoSQL database, the concept of "tables" doesn't really apply here. If you have two distinct datasets that you want to store, your best bet is to keep them in different documents (files). There's also no concept of "join" or "union" that exist in relational DBs.
If you need a relational db that you can store in local files, I'd recommend SQLite.

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