katrina

Official Solital ORM for database abstraction

MIT License

Downloads
145
Stars
1
Committers
3

Bot releases are hidden (Show)

katrina - Latest Release

Published by solital about 1 month ago

Released Notes

v2.6.4 - (2024-09-10)

Fixed

  • Fixed PHP 8.4 syntax
  • Fixed LazyPDO class
katrina -

Published by solital about 2 months ago

Released Notes

v2.6.3 - (2024-07-24)

Improved

  • Improved PDO instance with LazyPDO class
katrina -

Published by solital 3 months ago

Released Notes

v2.6.2 - (2024-07-22)

Fixed

  • Fixed SQL injection on Active Record mode
  • Fixed some code style
katrina -

Published by solital 3 months ago

Released Notes

v2.6.1 - (2024-07-17)

Fixed

  • Fixed SensitiveParameter in methods
katrina -

Published by solital 5 months ago

Released Notes

v2.6.0 - (2024-05-15)

Added

  • Added Yac cache support
  • Added new tests and SQL file
  • Added new functions: groupConcat, min, year, round,
    concat, ltrim, rtrim, trim and custom

Fixed

  • Fixed update method without where method

Changed

  • Changed trait structures

Removed

  • Removed verifyLogin, generate, customQuery and executeFetchAll methods
katrina -

Published by solital 5 months ago

Released Notes

v2.6.0 - (2024-05-15)

Added

  • Added Yac cache support
  • Added new tests and SQL file
  • Added new functions: groupConcat, min, year, round,
    concat, ltrim, rtrim, trim and custom

Fixed

  • Fixed update method without where method

Changed

  • Changed trait structures

Removed

  • Removed verifyLogin, generate, customQuery and executeFetchAll methods
katrina -

Published by solital 7 months ago

Released Notes

v2.5.0 - (2024-04-04)

Added

  • Added findWithException method
  • Added support to UUID to MySQL

Fixed

  • Fixed connection when sqlite not exists
  • Fixed properties names when $table and $id is null
  • Fixed backtips on DDLTrait

Changed

  • Changed executeFetchAll and generate to deprecated
  • Changed exceptions on Katrina and Connection classes
katrina -

Published by solital 8 months ago

Released Notes

v2.4.0 - (2024-02-23)

Added

  • Added multiple database connections
  • Added option to set created_at and updated_at column names
  • Added cache adapter to Memcache, Memcached and APCu
  • Added .gitattributes file

Fixed

  • Fixed createdUpdatedAt method name
  • Fixed connection in memcached
katrina - 2.3.1

Published by solital 9 months ago

Released Notes

v2.3.1 - (2024-01-20)

Fixed

  • Fixed bug in $dns property
katrina -

Published by solital 11 months ago

Released Notes

v2.3.0 - (2023-11-30)

Added

  • Added latest method to return latest results
  • Added array in where method
katrina - 2.2.0

Published by solital 12 months ago

Released Notes

v2.2.0 - (2023-11-03)

Added

  • Added Cache in all, find, get and getUnique methods
  • Added CacheException
katrina - 2.1.1

Published by solital over 1 year ago

Released Notes

v2.1.1 - (2023-03-02)

Fixed

  • Fixed delete method
katrina - 2.1.0

Published by solital about 2 years ago

Released Notes

v2.1.0 - (2022-10-16)

Added

  • Added alias in Traits
  • Added AND and OR methods

Fixed

  • Fixed select and delete method
katrina - 2.0.1

Published by solital about 2 years ago

Released Notes

v2.0.1 - (2022-10-10)

Fixed

  • Fixed exception in select method
  • Fixed parameters in limit method

Changed

  • Changed return of data in pagination method
katrina -

Published by solital over 2 years ago

Released Notes

v2.0.0 - (2022-05-18)

Added

  • Added WHERE and GROUP BY method
  • Added inner join on multiple tables
  • Added typing in variables
  • Added customQuery method
  • Added return in array and object in build method
  • Added new tests
  • Added function support
  • Added columns created_at and update_at by default
  • Added methods onDelete and onUpdate

Change

  • Changed methods in Connection class
  • Changed Pagination class to PaginationTrait trait
  • Changed ORM structure
  • Changed update method
  • Changed Build to KatrinaStatement

Removed

  • Removed Custom and TypesTrait
  • Removed customQueryOnly and CustomQueryAll methods
  • Removed addConstraint and change method in DDLTrait
katrina -

Published by solital over 2 years ago

katrina -

Published by solital about 3 years ago

Released Notes

v1.3.0 - (2021-07-20)

Added

  • Added support for LIMIT, ORDER BY, LIKE and BETWEEN
  • Added tests

Change

  • Changed class Types to trait TypesTrait

Removed

  • Removed exception template
katrina -

Published by solital over 3 years ago

Released Notes

v1.2.1 - (2021-06-22)

Fixed

  • Fixed return type
katrina -

Published by solital over 3 years ago

Released Notes

v1.2.0 - (2021-03-17)

Added

  • Added support for databases: SQLITE, POSTGRESQL and ORACLE

Fixed

  • Fixed annotations
  • Fixed return type

Removed

  • Remove dump command
katrina -

Published by solital over 3 years ago

Released Notes

v1.1.2 - (2021-01-24)

Fixed

  • Fixed PHP 8 in Composer