List view
It's time for a stable release, but some important performance features and optimizations are still left to become production ready. Cortex v1.0 will be blazing fast!
No due date•3/3 issues closedThe syntax of working with the SchemaBuilder should be improved by a better builder pattern, using more OOP, maybe like: $table = $schema->load('tablename'); $table->addColumn('title')->default('no title')->after('id')->nullable(false); $table->column('foo')->remove(); $table->build(); additional possible features: + managing Indexes + export generated SQL + sync and copy table schemes and contents
No due date•4/4 issues closed