Skip to content

Releases: tarantool-php/mapper

add useless space methods

19 Apr 18:15
Compare
Choose a tag to compare
2.2.5

add addIndex alias

added fluent interface

19 Apr 18:06
Compare
Choose a tag to compare
2.2.4

fluent schema interface

fixed minimum tuple length

19 Apr 14:30
Compare
Choose a tag to compare
2.2.3

fixed tuple complete

bootstrap using once method

18 Apr 12:03
Compare
Choose a tag to compare
2.2.2

bootstrap wrap migrations in once

migrations bootstrap

18 Apr 11:53
Compare
Choose a tag to compare
2.2.1

implement migrations

added migrations

18 Apr 08:34
Compare
Choose a tag to compare
2.2.0

implement migrations

duplicate property validation

03 Apr 16:27
Compare
Choose a tag to compare
2.1.7

duplicate property validation

remove property

03 Apr 16:14
Compare
Choose a tag to compare

$mapper->getSchema()->getSpace('tester')->removeProperty('name');

remove index method

03 Apr 16:07
Compare
Choose a tag to compare

$mapper->getSchema()->getSpace('tester')->removeIndex('id');

add schema space id validation

03 Apr 09:32
Compare
Choose a tag to compare

$maper->getSchema()->getSpace(null); will throw an exception