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 7856a89 commit cc8a2e8Copy full SHA for cc8a2e8
README.md
@@ -7,6 +7,23 @@ And the additional query has covered to create table
7
You can you this module for [Mojo::mysql](https://metacpan.org/pod/Mojo::mysql)
8
or [DBI](https://metacpan.org/pod/DBI).
9
10
+## How to Install :
11
+From Source :
12
+```bash
13
+git clone -b v0.6 [email protected]:CellBIS/CellBIS-SQL-Abstract.git
14
+perl Makefile.PL
15
+make && make test
16
+make install && make clean
17
+```
18
+with `cpan` command :
19
20
+cpan -i CellBIS::SQL::Abstract
21
22
+with `cpanm` command :
23
24
+cpanm -i CellBIS::SQL::Abstract
25
26
+
27
## Synopsis Module :
28
```perl
29
use CellBIS::SQL::Abstract
0 commit comments