We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6590d3 commit 901b0a0Copy full SHA for 901b0a0
README.md
@@ -1,2 +1,12 @@
1
-# CellBIS::SQL::Abstract
2
-SQL Abstract
+# CellBIS::SQL::Abstract - SQL Abstract
+
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