Showing 1 changed files with 36 additions and 14 deletions
+36 -14
lib/DBIx/Custom.pm
... ...
@@ -1821,34 +1821,56 @@ DBIx::Custom - Execute insert, update, delete, and select statement easily
1821 1821
     
1822 1822
 =head1 DESCRIPTIONS
1823 1823
 
1824
-L<DBIx::Custom> is L<DBI> wrapper module.
1825
-
1826
-=head1 FEATURES
1827
-
1828
-L<DBIx::Custom> is the wrapper class of L<DBI> to execute SQL easily.
1824
+L<DBIx::Custom> is L<DBI> wrapper module to execute SQL easily.
1829 1825
 This module have the following features.
1830 1826
 
1831 1827
 =over 4
1832 1828
 
1833
-=item * Execute INSERT, UPDATE, DELETE, SELECT statement easily
1829
+=item *
1834 1830
 
1835
-=item * You can specify bind values by hash reference
1831
+Execute C<insert>, C<update>, C<delete>, or C<select> statement easily
1836 1832
 
1837
-=item * Filtering by data type. and you can set filter to any column
1833
+=item *
1838 1834
 
1839
-=item * Creating where clause flexibly
1835
+Create C<where> clause flexibly
1840 1836
 
1841
-=item * Support model
1837
+=item *
1842 1838
 
1843
-=back
1839
+Model support
1840
+
1841
+=item *
1842
+
1843
+Connection manager support
1844
+
1845
+=item *
1844 1846
 
1845
-=head1 GUIDE
1847
+Choice your favorite relation database management system,
1848
+C<MySQL>, C<SQLite>, C<PostgreSQL>, C<Oracle>,
1849
+C<Microsoft SQL Server>, C<Microsoft Access>, C<DB2> or anything, 
1850
+
1851
+=item *
1852
+
1853
+Filtering by data type or column name(EXPERIMENTAL)
1854
+
1855
+=item *
1856
+
1857
+Create C<order by> clause flexibly(EXPERIMENTAL)
1858
+
1859
+=back
1846 1860
 
1847
-L<DBIx::Custom::Guide> - L<DBIx::Custom> Guide
1861
+=head1 DOCUMENTATIONS
1848 1862
 
1849
-=head1 Wiki
1863
+L<DBIx::Custom::Guide> - How to use L<DBIx::Custom>
1850 1864
 
1851 1865
 L<DBIx::Custom Wiki|https://github.com/yuki-kimoto/DBIx-Custom/wiki>
1866
+- Theare are various examples.
1867
+
1868
+Mosdule documentations - 
1869
+L<DBIx::Custom::Result>,
1870
+L<DBIx::Custom::Query>,
1871
+L<DBIx::Custom::Where>,
1872
+L<DBIx::Custom::Model>,
1873
+L<DBIx::Custom::Order>
1852 1874
 
1853 1875
 =head1 ATTRIBUTES
1854 1876