2017 © Pedro Peláez
 

library yii2-sybase

Yii2 schema support for Sybase database, tested with SQL Anywhere 12.0.

image

websightnl/yii2-sybase

Yii2 schema support for Sybase database, tested with SQL Anywhere 12.0.

  • Monday, October 10, 2016
  • by eborned
  • Repository
  • 2 Watchers
  • 2 Stars
  • 196 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 5 Versions
  • 11 % Grown

The README.md

Introduction

This library adds Sybase schema support to yii2. This allows you to create ActiveRecord models of tables; manually or by using Gii., (*1)

Compatibility

It has been tested on SAP SQL Anywhere 12.0 over an ODBC link., (*2)

Usage

Add the following lines to your database configuration (for example config/db.php):, (*3)

<?php
return [
    'class' => 'yii\db\Connection',
    ***'driverName' => 'sybase',
    'schemaMap' => [
        'sybase' => \websightnl\yii2\sybase\Schema::className(),
    ],***
    'dsn' => 'odbc:mydsn',
]

The Versions

10/10 2016

dev-master

9999999-dev

Yii2 schema support for Sybase database, tested with SQL Anywhere 12.0.

  Sources   Download

BSD-3-Clause-Attribution

The Requires

 

sybase

10/10 2016

v0.1.5

0.1.5.0

Yii2 schema support for Sybase database, tested with SQL Anywhere 12.0.

  Sources   Download

BSD-3-Clause-Attribution

The Requires

 

sybase

08/07 2016

v0.1.4

0.1.4.0

Yii2 schema support for Sybase database, tested with SQL Anywhere 12.0.

  Sources   Download

BSD-3-Clause-Attribution

The Requires

 

sybase

01/07 2016

v0.1.2

0.1.2.0

Yii2 schema support for Sybase database, tested with SQL Anywhere 12.0.

  Sources   Download

BSD-3-Clause-Attribution

The Requires

 

sybase

01/07 2016

v0.1.1

0.1.1.0

Yii2 schema support for Sybase database, tested with SQL Anywhere 12.0.

  Sources   Download

BSD-3-Clause-Attribution

The Requires

 

sybase