Wit0r / database-api

Ktor-based web app with SQLite integration.

Home Page:https://github.com/Wit0r/KtorDB

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ktor Database

My application is built using several technologies to achieve its functionality. These technologies include:

  • Database: My application uses a database to store and retrieve data. Specifically, it uses the Exposed library for Kotlin, which provides a SQL library with ORM support.

  • FreeMarker: My application uses FreeMarker as a template engine for generating HTML pages dynamically.

  • Routing: My application uses the Ktor routing library to define and handle HTTP routes and requests.

  • Serialization: My application uses the Kotlin serialization library to serialize and deserialize data between the application and the client.

  • Ktor framework: My application is built using the Ktor framework, which is a Kotlin-based web framework for building asynchronous servers and clients.

About

Ktor-based web app with SQLite integration.

https://github.com/Wit0r/KtorDB

License:Apache License 2.0


Languages

Language:Kotlin 100.0%