An open API service indexing awesome lists of open source software.

https://github.com/mudler/p5-deeme-backend-sqlite

Deeme::Backend::SQLite is a SQLite Deeme memory backend using DBI.
https://github.com/mudler/p5-deeme-backend-sqlite

Last synced: 2 months ago
JSON representation

Deeme::Backend::SQLite is a SQLite Deeme memory backend using DBI.

Awesome Lists containing this project

README

        

# NAME

Deeme::Backend::SQLite - SQLite Backend using DBI for Deeme

# SYNOPSIS

use Deeme::Backend::SQLite;
my $e = Deeme->new( backend => Deeme::Backend::SQLite->new(
database => "/var/tmp/deeme.db",
username => "user",
password => "something",
options => { RaiseError=> 1 }
) );

# DESCRIPTION

Deeme::Backend::SQLite is a SQLite Backend using DBI for Deeme.

# AUTHOR

mudler

# COPYRIGHT

Copyright 2014- mudler

# LICENSE

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.

# SEE ALSO

[Deeme](https://metacpan.org/pod/Deeme)