文件名称:Mojo-SQLite:莫乔
文件大小:52KB
文件格式:ZIP
更新时间:2024-05-30 14:44:24
Perl
名称
Mojo :: SQLite-SQLite的微型Mojolicious包装器
概要
use Mojo::SQLite;
# Select the library version
my $sql = Mojo::SQLite->new('sqlite:test.db');
say $sql->db->query('select sqlite_version() as version')->hash->{version};
# Use migrations to create a table
$sql->migrations->name('my_names_app')->from_string(<
【文件预览】:
Mojo-SQLite-master
----t()
--------database.t(9KB)
--------crud.t(3KB)
--------results.t(6KB)
--------migrations.t(7KB)
--------migrations()
--------sqlite_lite_app.t(1KB)
--------connection.t(3KB)
----INSTALL(2KB)
----lib()
--------Mojo()
----Changes(7KB)
----Build.PL(4KB)
----dist.ini(300B)
----README.pod(14KB)
----examples()
--------blog()
----CONTRIBUTING.md(4KB)
----.travis.yml(221B)
----LICENSE(9KB)
----META.json(3KB)
----prereqs.yml(334B)
----.gitignore(194B)