You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Custom in-memory database and SQL-like Query Language implemented in Scala. It supports core table operations like insert, select, filter (with complex conditions), sort, and joins. Designed as a homework assignment to demonstrate database internals and functional programming concepts for managing data interactions.