Download the PHP package dimajolkin/ydb-doctrine without Composer
On this page you can find all versions of the php package dimajolkin/ydb-doctrine. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dimajolkin/ydb-doctrine
More information about dimajolkin/ydb-doctrine
Files in dimajolkin/ydb-doctrine
Download dimajolkin/ydb-doctrine
More information about dimajolkin/ydb-doctrine
Files in dimajolkin/ydb-doctrine
Vendor dimajolkin
Package ydb-doctrine
Short Description It's driver for YDB https://ydb.tech
License Apache-2.0
Package ydb-doctrine
Short Description It's driver for YDB https://ydb.tech
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package ydb-doctrine
Demo
Пишется для проверки возможности запуска в маленьком проекте
Example for Symfony:
Генерация таблиц
Функции
- RAND(columnName) -
DBAL Type mapping to YDB:
| Doctrine\DBAL\Types | Value | YDB Type |
|---|---|---|
| ARRAY | array | json |
| ASCII_STRING | ascii_string | utf8 |
| BIGINT | bigint | int64 |
| BINARY | binary | string |
| BLOB | blob | string |
| BOOLEAN | boolean | bool |
| DATE_MUTABLE | date | |
| DATE_IMMUTABLE | date_immutable | |
| DATEINTERVAL | dateinterval | |
| DATETIME_MUTABLE | datetime | |
| DATETIME_IMMUTABLE | datetime_immutable | datetime |
| DATETIMETZ_MUTABLE | datetimetz | |
| DATETIMETZ_IMMUTABLE | datetimetz_immutable | |
| DECIMAL | decimal | |
| FLOAT | float | float |
| GUID | guid | uuid |
| INTEGER | integer | int32 |
| JSON | json | json |
| OBJECT | object | - |
| SIMPLE_ARRAY | simple_array | json |
| SMALLINT | smallint | int8 |
| STRING | string | utf8 |
| TEXT | text | utf8 |
| TIME_MUTABLE | time | int32 |
| TIME_IMMUTABLE | time_immutable | int32 |
YDB Type:
| Dimajolkin\YdbDoctrine\YdbTypes | Constant Value | Description |
|---|---|---|
| BOOL | bool | |
| INT8 | int8 | |
| INT16 | int16 | |
| INT32 | int32 | |
| INT64 | int64 | |
| UINT8 | uint8 | |
| UINT32 | uint32 | |
| UINT64 | uint64 | |
| FLOAT | float | |
| DOUBLE | double | |
| DECIMAL | decimal | |
| STRING | string | |
| UTF8 | utf8 | |
| JSON | json | |
| JSON_DOCUMENT | jsonDocument | |
| YSON | yson | |
| UUID | uuid | |
| DATE | date | |
| DATETIME | datetime | |
| TIMESTAMP | timestamp | |
| INTERVAL | interval |
All versions of ydb-doctrine with dependencies
PHP Build Version
Package Version
The package dimajolkin/ydb-doctrine contains the following files
Loading the files please wait ...