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

"JOIN" & foreign key #37

Open
kolinfluence opened this issue Nov 12, 2024 · 2 comments
Open

"JOIN" & foreign key #37

kolinfluence opened this issue Nov 12, 2024 · 2 comments

Comments

@kolinfluence
Copy link

as titled

@jcwangxp
Copy link
Member

JOIN is ok, foreign key should be avoided, do you have real requirements?

@kolinfluence
Copy link
Author

@jcwangxp if foreign key doesnt add much overhead, can support but otherwise can do another version that supports it.

definitely have use case for implementation value.

but i prefer if u can keep this as lightweight as possible. in fact i think u can do an x version that extremely lightweight

3 versions
x <- ultra lightweight
normal <- simple version without foreign key / join
e version with foreign key / join

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