Skip to content

Commit 901b0a0

Browse files
committed
Update README.md
1 parent a6590d3 commit 901b0a0

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
1-
# CellBIS::SQL::Abstract
2-
SQL Abstract
1+
# CellBIS::SQL::Abstract - SQL Abstract
2+
3+
This module provides SQL abstraction for use on [Mojo::mysql](https://metacpan.org/pod/Mojo::mysql)
4+
or [DBI](https://metacpan.org/pod/DBI).
5+
6+
# SQL Query support :
7+
- `insert`
8+
- `update`
9+
- `delete`
10+
- `select`
11+
- `select_join` for join table query.
12+

0 commit comments

Comments
 (0)