The document summarizes the Light-weight Database Virtualization (LDV) framework. LDV aims to enable easy and efficient sharing of database applications by capturing an application's execution provenance and dependencies. It uses application virtualization techniques to package the application binaries, libraries, and data. For applications that interact with a database, it also records the interactions between the application and database using system call monitoring and SQL logging. This combined provenance allows recreating the application's execution environment and replaying the database interactions to validate or reproduce results. Key components of LDV include provenance modeling, package creation with necessary files and traces, and runtime redirection to reconstruct the environment.