This sample demonstrates how to use Semantic Kernel with a database to perform various operations such as creating, reading, updating, and deleting records. The sample uses SQLite as the database engine.
- Docker/Docker Compose
- Ensure you have compiled/installed the Semantic Kernel library.
- Copy env.example to .env and fill out the settings.
- Run
./buildAndRun.shto build and run the sample.