- 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
推薦閱讀
- Python概率統計
- 深入淺出Electron:原理、工程與實踐
- Interactive Data Visualization with Python
- Vue.js快速入門與深入實戰
- .NET 4.0面向對象編程漫談:基礎篇
- PhoneGap:Beginner's Guide(Third Edition)
- Python忍者秘籍
- C# 8.0核心技術指南(原書第8版)
- 編程菜鳥學Python數據分析
- Python機器學習算法: 原理、實現與案例
- SQL 經典實例
- Arduino計算機視覺編程
- Learning Jakarta Struts 1.2: a concise and practical tutorial
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- Java自然語言處理(原書第2版)