logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Tangram::Sybase - Orthogonal Object Persistence in Sybase databases

Description

       This is the entry point in the Sybase-specific object-relational persistence backend.

       Sybase only supports a single prepared statement per connection. This backend disables the usage of
       prepared statements.

       The vanilla Relational backend may not be used with Sybase databases.

Methods

       This backend does not add any methods; for a description of available methods, see Tangram::Relational.

Name

       Tangram::Sybase - Orthogonal Object Persistence in Sybase databases

Synopsis

          use Tangram;
          use Tangram::Sybase;

          $schema = Tangram::Sybase->schema( $hashref );

          Tangram::Sybase->deploy($schema, $dbh);

          $storage = Tangram::Sybase->connect( $schema,
             $data_source, $username, $password );

          $storage->disconnect();

          Tangram::Sybase->retreat($schema, $dbh);

Warning

       This backend has not been tested in quite some time.  Is the database even called "Sybase" any more?

perl v5.36.0                                       2022-10-16                       Tangram::Driver::Sybase(3pm)

See Also