Group
Extension

Matches 2

DR-Tarantool ( U/UN/UNERA/DR-Tarantool-0.44.tar.gz, UNERA, 2014; MetaCPAN )
DR-Tarantool/lib/DR/Tarantool.pm ( view source; MetaCPAN )
cription provided in L<DR::Tarantool::Spaces>.
Supported data types are numbers, Unicode strings, JSON,
fixed-point decimals.

=head3 Insertion 

	$tnt->insert('users' => [ 123, 'vasya', 'admin' ]);

s above, but uses B<NUM64> as the underlying storage.

=item JSON

An arbitrary Perl object is automatically serialized to JSON with
L<JSON::XS> on insertion, and deserialized on selection.

=back

Th
 necessary:
L<AnyEvent>, L<Coro>, L<Test::Pod>, L<Test::Spelling>,
L<Devel::GlobalDestruction>, L<JSON::XS>.

To run tests, do:
    perl Makefile.PL
    make
    make test

The test suite attempts to 
DR-Tarantool ( U/UN/UNERA/DR-Tarantool-0.44.tar.gz, UNERA, 2014; MetaCPAN )
DR-Tarantool/lib/DR/Tarantool/Spaces.pm ( view source; MetaCPAN )
                 {
                        name    => 'opts',
                        type    => 'JSON',
                    }
                ],
                indexes => {
                    0   =
 INT & INT64

The same as B<NUM> and B<NUM64>, but contain signed values.

=item JSON

The field is encoded with L<JSON::XS> when putting
into a database, and decoded after is received back 
from the 
ple( $tuple );
}

package DR::Tarantool::Space;
use Carp;
$Carp::Internal{ (__PACKAGE__) }++;
use JSON::XS ();
use Digest::MD5 ();


=head1 SPACES methods

=head2 new

constructor

    use DR::Taranto

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.