yii2-tarantool

Tarantool connector for yii2 framework. Allows to use activerecord, schemas, widgets and more.

GPL-3.0 License

Downloads
381
Stars
14
Committers
3

Bot releases are hidden (Show)

yii2-tarantool - Last release 2.10.8 tarantool support Latest Release

Published by mhthnz 11 months ago

The last release that supports old foreign key mechanics ON DELETE and ON UPDATE.
Modifying fk tables.

yii2-tarantool - New features release

Published by mhthnz over 1 year ago

  • Added tarantool cache ability by expirationd
  • I18n message source
  • Gii model generator
  • Tarantool logging target
  • Create/drop/existing sequence using nosql command
yii2-tarantool - Stability release

Published by mhthnz over 1 year ago

  • Changed min php version from 7.1 to 7.1
  • Upgraded php-tarantool library (thanks @Spywer)
  • Fixed regeneratedID method in sessions
  • Removed unnecessary schema loading in session
yii2-tarantool - Session support

Published by mhthnz over 1 year ago

  • Added Session support (thanks to @arkhamvm )
  • Fixed tests compatibility with the newest php version
  • Docs update
  • Stability fixes
yii2-tarantool - hotfix release

Published by mhthnz over 2 years ago

Increase minimum yii2 version due to compatibility
Fix tests
Add php8.1 ci

yii2-tarantool - Lua validator release

Published by mhthnz almost 3 years ago

  • Added LuaValidator for validating models data inside tarantool using lua.
  • Reduced functions complexity
  • Added usingIndex function to NoSQL Query
  • Added ability to perform NoSQL queries inside migration
  • LuaValidator, Migration, Query tests were added
  • Docs
yii2-tarantool - Nosql interface release

Published by mhthnz about 3 years ago

  • Added ability to perform NoSQL requests
  • Command class for NoSQL requests (SELECT, INSERT, UPDATE, EVAL, CALL, ... etc)
  • Query class provides ability to create NoSQL requests in SQL format.
  • RequestHelper helps with converting SelectRequest to aggregate functions such as: count, min, max ... etc, also it helps to see NoSQL requests in debug panel.
  • Cs fixes and bug fixes
  • Docs
yii2-tarantool - Migrations support

Published by mhthnz about 3 years ago

Migrations support
CI tests
Migrations docs
Fixes

yii2-tarantool - Stability fixes

Published by mhthnz about 3 years ago

  • Fixed getting foreign keys via Schema
  • Fixed opening connection
  • Add tests
yii2-tarantool - Basic functionality

Published by mhthnz about 3 years ago

  • Tarantool Connection has Command and QueryBuilder
  • ActiveRecord models with ActiveQuery support
  • Schema abstraction, TableSchema and ColumnSchema
  • Model validators UniqueValidator, ExistsValidator
  • Data widgets like DetailView, ListView, GridView using ActiveDataProvider
  • Debug panel