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

Support storage layer for storing entities and relationship #194

Open
shivasurya opened this issue Feb 1, 2025 · 0 comments
Open

Support storage layer for storing entities and relationship #194

shivasurya opened this issue Feb 1, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@shivasurya
Copy link
Owner

Is your feature request related to a problem? Please describe.
To scale for small -> medium level codebase (1000s of declared methods, classes) it is essential to have some storage layer such as sqlite, postgres to reduce memory pressure, have efficient queries, lazy loading of entities and effective filtering use of #190 class and inheritance.

Describe the solution you'd like
sqlite or postgresql might be perfect fit instead of storing it in memory + figure out relationship using foreign key

Describe alternatives you've considered
Datalog like fact storage

Use case
What will this feature enable for you?

  1. Scale for small -> medium level codebases (1000s of methods, classes, interface etc)
  2. effective filtering using class support and thus reduction in search space while executing query

Additional context
N/A

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

No branches or pull requests

1 participant