1RDF::Trine::Store::DBI:U:sSeQrLiCtoen(t3r)ibuted Perl DoRcDuFm:e:nTtraitnieo:n:Store::DBI::SQLite(3)
2
3
4
6 RDF::Trine::Store::DBI::SQLite - SQLite subclass of DBI store
7
9 This document describes RDF::Trine::Store::DBI::SQLite version 1.019
10
12 use RDF::Trine::Store::DBI::SQLite;
13 my $store = RDF::Trine::Store->new({
14 storetype => 'DBI',
15 name => 'test',
16 dsn => "dbi:SQLite:dbname=test.db",
17 username => '',
18 password => ''
19 });
20
22 The schema used to encode RDF data in SQLite changed in RDF::Trine
23 version 1.014 to fix a bug that was causing data loss. This change is
24 not backwards compatible, and is not compatible with the shared schema
25 used by the other database backends supported by RDF::Trine (PostgreSQL
26 and MySQL).
27
28 To exchange data between SQLite and other databases, the data will
29 require export to an RDF serialization and re-import to the new
30 database.
31
33 Beyond the methods documented below, this class inherits methods from
34 the RDF::Trine::Store::DBI class.
35
36 "new_with_config ( \%config )"
37 Returns a new RDF::Trine::Store object based on the supplied
38 configuration hashref.
39
40 "init"
41 Creates the necessary tables in the underlying database.
42
44 Please report any bugs or feature requests to through the GitHub web
45 interface at <https://github.com/kasei/perlrdf/issues>.
46
48 Gregory Todd Williams "<gwilliams@cpan.org>"
49
51 Copyright (c) 2006-2012 Gregory Todd Williams. This program is free
52 software; you can redistribute it and/or modify it under the same terms
53 as Perl itself.
54
55
56
57perl v5.32.1 2021-01-27 RDF::Trine::Store::DBI::SQLite(3)