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.
- Host: GitHub
- URL: https://github.com/mudler/p5-deeme-backend-sqlite
- Owner: mudler
- License: other
- Created: 2014-07-04T09:56:42.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-08-12T16:22:25.000Z (almost 11 years ago)
- Last Synced: 2025-02-02T07:43:12.827Z (4 months ago)
- Language: Perl
- Size: 160 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: Changes
- License: LICENSE
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)