Commit Graph

88 Commits

Author SHA1 Message Date
silverqx b196e7b756 fixtypo 2022-05-04 21:19:28 +02:00
silverqx 76c9472019 renamed assets image categories folders 2022-05-04 21:13:11 +02:00
silverqx 701ab21c50 added command guesser tip 2022-05-04 20:43:20 +02:00
silverqx d2bd6355e7 fixtypo 2022-05-04 20:40:36 +02:00
silverqx 13faf74494 docs, added tabulate dependency 2022-05-04 19:38:37 +02:00
silverqx ba0560e899 docs, added WIP building migrations 2022-05-04 11:06:50 +02:00
silverqx e5a8ca3d0f docs, fixed links after renames
- also updated README.mdx
2022-05-04 11:05:19 +02:00
silverqx dc98645959 renamed Building: HelloWorld, sidebar numbers 2022-05-04 10:53:46 +02:00
silverqx 88b055cd3d docs renamed Building: TinyORM doc file 2022-05-04 10:50:42 +02:00
silverqx 62c92ec75b enhanced migrations docs 2022-05-03 17:08:40 +02:00
silverqx 48e6ee3d54 docs, added a new tom build options and macros 2022-05-03 14:39:18 +02:00
silverqx 9162200978 enhanced migrations docs 2022-05-03 13:08:28 +02:00
silverqx 4a9c1fa3b3 enhanced migrations docs 2022-05-03 12:39:56 +02:00
silverqx 17a2246f23 updated migrations docs 2022-05-03 12:08:02 +02:00
silverqx aa95e972ed docs renamed migrations file 2022-05-03 09:53:50 +02:00
silverqx 908811823b added documentation for Migrations 🙌 2022-05-03 09:50:27 +02:00
silverqx 25e2f63fc1 docs, added note about precompile_header 2022-04-25 12:50:42 +02:00
silverqx f483f2bee3 use $$shell_quote in QMAKE_CXXFLAGS 2022-04-21 16:30:42 +02:00
silverqx 16575bef58 docs added pragma once 2022-04-13 19:12:57 +02:00
silverqx 6f8fad1441 sync docs, bugfixes found during examples testing
Fixed problems that I have found during building of all schema builder
examples.
2022-03-26 18:25:40 +01:00
silverqx 99d909b145 sync docs 2022-03-26 18:03:58 +01:00
silverqx 190163d278 sync docs, added docs for Schema builder 2022-03-26 17:22:22 +01:00
silverqx 3cc40ae0a4 sync docs, added Qt 6 to dependencies 2022-03-06 12:45:47 +01:00
silverqx 65a1c89c29 sync docs, DB::create() returns shared_ptr 2022-02-12 13:15:56 +01:00
silverqx c82a423e44 sync docs 2022-01-15 17:02:06 +01:00
silverqx c94bad92c8 sync docs, missing links 2022-01-02 14:38:10 +01:00
silverqx fc477bf1e5 added qmake/cmake option to disable ORM
Added TINYORM_DISABLE_ORM macro controlled by ORM for CMake and
disable_orm for qmake. When TINYORM_DISABLE_ORM macro is defined then
only the query builder without ORM is compiled.
Also excludes ORM-related unit tests.
2021-12-31 11:40:12 +01:00
silverqx 714fd88688 sync docs, DISABLE_THREAD_LOCAL macro 2021-12-30 17:32:55 +01:00
silverqx 62d37a65f5 sync docs, fixed links 2021-12-28 11:54:42 +01:00
silverqx 35cf938440 sync docs, added Building and Hello world docs
RootFolderInput component allows to input the root folder and
application folder and these two folders are used across whole
documentation, they are persisted in the local storage.

Also pretty huge enhancements:

 - Docusaurus upgraded to 2.0.0-beta.14
 - APITable component
 - RootFolderInput / RootFolder components
 - enhanced docusaurus.config.js
 - new qmake syntax highlighter
 - fixed bash syntax highlighter
 - fixed robots.txt, moved to static/ folder
 - enabled sass for css modules and for global customCss
2021-12-27 16:53:01 +01:00
silverqx dd2ca5c754 docs Windows >=10 2021-12-21 17:30:52 +01:00
silverqx 42e1acfb78 docs enhanced dependencies page
- added Install dependencies section
 - added links
 - typos
2021-12-21 17:30:10 +01:00
silverqx 5db3ec9875 docs changed extension to sqlite3 2021-12-21 17:28:39 +01:00
silverqx 284ce50c52 docs dependencies minor update 2021-12-11 14:30:28 +01:00
silverqx 9de5f5e26a docs added supported compilers 2021-12-11 13:35:36 +01:00
silverqx cf838f6c39 docs _H to _HPP 2021-12-09 17:40:00 +01:00
silverqx 516968c7d1 bugfix docs many-to-many custom pivot example 2021-12-09 14:53:21 +01:00
silverqx e56a28c1bf docs added Pivot include to doc examples 2021-11-13 14:09:38 +01:00
silverqx 88c90f5574 bugfix in docs, section at wrong position 2021-08-03 11:34:03 +02:00
silverqx 7ca8910cc4 added querying relationship existence/absence
- support for querying nested relations existence/absence
 - added tests for all possible overloads 😲, 28 unit tests and 14
   functional tests
 - added has() related proxies to the Model and Relation
 - added documentation
 - gcc and clang specific fixes

others:

 - used clazy exclude comments instead of suppressing warnings in IDE
2021-08-03 09:31:31 +02:00
silverqx 2741447cff added docs for select and orderBy subqueries 2021-07-18 22:03:08 +02:00
silverqx 1a3daa1249 updated dependencies docs 2021-07-18 10:11:36 +02:00
silverqx b211a4db46 missing unprepared() and updated docs
Added missing unprepared() and affectingStatement() proxies.

 - also updated docs
2021-07-17 17:06:36 +02:00
silverqx 4ba7c804c9 updated docs 2021-07-17 15:15:57 +02:00
silverqx 559fa2b4c5 sync docs, bugfix headings 2021-07-15 18:28:26 +02:00
silverqx f457fbc936 added docs for subqueries in where() 2021-07-15 18:02:03 +02:00
silverqx a4fe443541 added pluck()
Two overloads, simple pluck(column) to get values from the given column
and pluck<T>(column, key) which returns std::map<T, QVariant> values
of the given column keyed by the given key.

 - added docs
 - added tests
 - manually tested all proxies
2021-07-13 14:28:41 +02:00
silverqx c2c410e20d sync docs 2021-07-13 09:43:36 +02:00
silverqx 45f59f2bac modified docs for Docusaurus 2
- added logo and favicon
2021-07-11 15:48:55 +02:00
silverqx 867a5f6587 added missing raw methods
or/whereRaw(), groupByRaw(), or/havingRaw(), orderByRaw().

 - added docs
 - tested manually in Playground
2021-07-06 18:28:58 +02:00