- 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
推薦閱讀
- The Supervised Learning Workshop
- Java程序設計與開發
- Mastering Python Scripting for System Administrators
- Scratch 3游戲與人工智能編程完全自學教程
- Mastering Predictive Analytics with Python
- 批調度與網絡問題的組合算法
- Java網絡編程實戰
- ExtJS Web應用程序開發指南第2版
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- Kotlin進階實戰
- SQL Server 2008實用教程(第3版)
- Splunk Essentials
- 軟件自動化測試實戰解析:基于Python3編程語言
- Visual FoxPro程序設計
- Real-time Web Application Development using Vert.x 2.0