updated docs
This commit is contained in:
parent
78e193a02f
commit
c593f5aa9a
2 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,8 @@ This module is Perl5 binding for Unqlite.
|
||||||
|
|
||||||
If you want to know more information about Unqlite, see [http://unqlite.org/](http://unqlite.org/).
|
If you want to know more information about Unqlite, see [http://unqlite.org/](http://unqlite.org/).
|
||||||
|
|
||||||
|
Current version of Unqlite.pm supports only some `kv_*` methods. Patches welcome.
|
||||||
|
|
||||||
# METHODS
|
# METHODS
|
||||||
|
|
||||||
- `my $db = Unqlite->open('foo.db'[, $mode]);`
|
- `my $db = Unqlite->open('foo.db'[, $mode]);`
|
||||||
|
|
|
@ -35,6 +35,8 @@ This module is Perl5 binding for Unqlite.
|
||||||
|
|
||||||
If you want to know more information about Unqlite, see L<http://unqlite.org/>.
|
If you want to know more information about Unqlite, see L<http://unqlite.org/>.
|
||||||
|
|
||||||
|
Current version of Unqlite.pm supports only some C<kv_*> methods. Patches welcome.
|
||||||
|
|
||||||
=head1 METHODS
|
=head1 METHODS
|
||||||
|
|
||||||
=over 4
|
=over 4
|
||||||
|
|
Loading…
Add table
Reference in a new issue