- 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")
推薦閱讀
- GitLab Cookbook
- Java 9 Concurrency Cookbook(Second Edition)
- Vue.js 2 and Bootstrap 4 Web Development
- Visual C++實(shí)例精通
- Programming ArcGIS 10.1 with Python Cookbook
- The Computer Vision Workshop
- 教孩子學(xué)編程:C++入門圖解
- Learning Salesforce Einstein
- SQL 經(jīng)典實(shí)例
- 快速入門與進(jìn)階:Creo 4·0全實(shí)例精講
- Android應(yīng)用開發(fā)實(shí)戰(zhàn)
- Scala編程實(shí)戰(zhàn)
- 基于GPU加速的計(jì)算機(jī)視覺編程:使用OpenCV和CUDA實(shí)時(shí)處理復(fù)雜圖像數(shù)據(jù)
- PostgreSQL Developer's Guide
- 網(wǎng)絡(luò)綜合布線與組網(wǎng)實(shí)戰(zhàn)指南