- Kotlin Blueprints
- Ashish Belagali Hardik Trivedi Akshay Chordiya
- 139字
- 2021-07-02 21:50:14
Exposed library
It is a prototype for a lightweight SQL library written over JDBC driver for the Kotlin language. It does have two layers of database access: typesafe SQL wrapping DSL and lightweight data access objects.
- JetBrains
It provides a type-safe SQL DSL API that allows you to define your SQL tables and describe your SQL requests with a fluent API without requiring code generation.
It supports the following dialects:
- PostgreSQL
- MySQL
- Oracle
- SQLite
- H2
推薦閱讀
- Spring Boot 2實戰(zhàn)之旅
- ClickHouse性能之巔:從架構設計解讀性能之謎
- 單片機C語言程序設計實訓100例:基于STC8051+Proteus仿真與實戰(zhàn)
- Apache Hive Essentials
- 64位匯編語言的編程藝術
- Python編程:從入門到實踐
- C程序設計實踐教程
- 基于SpringBoot實現(xiàn):Java分布式中間件開發(fā)入門與實戰(zhàn)
- PHP編程基礎與實踐教程
- Django 3.0應用開發(fā)詳解
- Getting Started with Polymer
- 算法圖解
- Visual Basic語言程序設計基礎(第3版)
- Building Apple Watch Projects
- H5匠人手冊:霸屏H5實戰(zhàn)解密