> If your entire database can be lifted into the application's heap, it's probably small enough that I wonder why you've got it stored in an RDBMS
I think he meant lifting the database schema, not the whole database. This would help with auto completion and other static checks before trying to run queries.
I think he meant lifting the database schema, not the whole database. This would help with auto completion and other static checks before trying to run queries.