Skip to content

添加目录章节 #1

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
.idea
30 changes: 29 additions & 1 deletion quick-start.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
# SqlEx是什么?

> Java 世界中又一个简单的 DB Helper

- 学习成本低, 除了SQL和Java, 没有其他的前置知识要求
- 易用, 保证 80% 需求的易用/优雅实现
- 正确, 强类型, 强模式

# 快速开始

> TBD
## 基础用法

## Spring集成

# 概念介绍

## 什么是sqlc?

## 什么是sqls?

## 什么是sqlm?

# 相关特性

## 自动推断返回类型

## 分页查询

## 数据迁移

## 数据库检查