Commit Graph

11 Commits

Author SHA1 Message Date
silverqx
23e0564313 updated docs 2021-06-02 21:42:05 +02:00
silverqx
e17f64a1ac added isolation_level to docs 2021-05-24 12:01:37 +02:00
silverqx
c7e53bc1bc updated docs after non-affecting statements
After the following change:

 - return values for non-affecting statements.
2021-05-24 10:37:51 +02:00
silverqx
36ed085381 updated markdown documentation
- added missing documentation for 'Inserting & Updating Related Models'
   in TinyORM: Relationships
 - added missing documentation for 'Deleting Models'
   in TinyORM: Getting Started
 - re-compared all documentation against latest Eloquent version
2021-04-10 16:24:03 +02:00
silverqx
d5d25d73b2 added docs for SQLite connetions 2021-04-06 10:32:56 +02:00
silverqx
5c19409851 verified links in the documentation 2021-03-26 18:07:19 +01:00
silverqx
ccdaf8f835 fixed internal cross documentation links 2021-03-26 18:07:19 +01:00
silverqx
8fac2eb19a partially revisited TinyORM: Relations docs 2021-03-26 18:07:19 +01:00
silverqx
b4eef2eee0 fixed documentation links 2021-03-26 18:07:18 +01:00
silverqx
8a810f87a4 revisited documentation
Database: Getting Started docs and updated README.md files
2021-03-26 18:07:18 +01:00
silverqx
24ff919f99 added documentation
Huge commit, added following documentation pages:

 - Database: Getting Started
 - Database: Query Builder
 - TinyORM: Getting Started
 - TinyORM: Relationships

Also fixed and added many features to match behavior described
in the documentation.

 - added Orm::DB facade
 - made DatabaseManager strict singleton
 - added BaseModel/TinyBuilder::without method and also tests
 - bugfix affecting statements always returned 1
 - removed defaultConnection argument from the DatabaseManager::create
 - added many proxy methods from DatabaseManager -> DatabaseConnection,
   for transactions, select, update, remove, ... type methods and
   DB::raw method
 - added JoinClause::orOn method
 - added QueryBuilder::groupBy overload
 - added where type proxy methods to the Tiny::Relations::Relation
 - added some missing where and order type proxy methods
   to the TinyBuilder
 - fixed typos and some minor fixes in a comment texts
 - added feature which logs also transaction queries
 - added a new exception class SqlTransactionError
 - added overloaded methods to the
   ConnectionInterface::savepoint/rollbackToSavepoint that takes size_t
2021-03-26 18:07:18 +01:00