Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 331 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 331 Bytes

Samples

This section contains samples for different cases of using Exposed.

  • exposed-ktor: Backend application with CRUD (Create, Read, Update, Delete) endpoins, built using Ktor and Exposed.
  • exposed-spring: Spring Boot 3 based project with CRUD (Create, Read, Update, Delete) operations.