- Kotlin Blueprints
- Ashish Belagali Hardik Trivedi Akshay Chordiya
- 31字
- 2021-07-02 21:50:14
Connecting to the database
We can connect to the database with Exposed by passing the URL of the database and its driver:
// Connect to the database
Database.connect("jdbc:h2:mem:test", driver = "org.h2.Driver")
推薦閱讀
- Instant Node Package Manager
- C++程序設計(第3版)
- Apache Hive Essentials
- C/C++常用算法手冊(第3版)
- Object-Oriented JavaScript(Second Edition)
- 游戲程序設計教程
- Building a Recommendation Engine with Scala
- Visual C
- Visual C++數字圖像處理技術詳解
- 自然語言處理Python進階
- H5頁面設計:Mugeda版(微課版)
- C語言程序設計
- ServiceNow:Building Powerful Workflows
- UI設計全書(全彩)
- Distributed Computing in Java 9