Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 462 Bytes

File metadata and controls

14 lines (9 loc) · 462 Bytes

Database Sample

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.

Prerequisites

  • Docker/Docker Compose

Running the Sample

  • Ensure you have compiled/installed the Semantic Kernel library.
  • Copy env.example to .env and fill out the settings.
  • Run ./buildAndRun.sh to build and run the sample.