Commit graph

15 commits

Author SHA1 Message Date
eed7a470ed
feat: remove table model by passing null to with() (#19)
* feat: remove table model by passing null to with()

* feat(doc): add with() in README
2023-11-02 11:53:54 +01:00
13720e772e
feat: accept CSV string as columns for select() (#16)
* feat: accept CSV string as columns for select()

* feat(doc): add string doc for select to README
2023-11-02 11:24:20 +01:00
5abcb48010
fix: remove stale class const. argument (#15) 2023-11-02 10:38:21 +01:00
5b78cc2ba2
feat: add flatten() method (#13)
* feat: add flatten() method

* feat(doc): add flatten() to README
2023-11-02 10:36:01 +01:00
8ff61b7275
fix: select() with no table model defined throws error (#12) 2023-10-31 15:38:33 +01:00
84efec8938
feat(refactor): add method chaining instead of multiple method arguments (#10)
* fix: convert indent. to tabs

* feat: add method chaining

* feat(doc): add chaining to README
2023-10-26 15:00:04 +02:00
eb11bca86a
feat: add ORDER BY and LIMIT OFFSET methods (#8)
* feat: add ORDER BY and LIMIT OFFSET methods

* feat(doc): add ORDER BY and LIMIT to README
2023-10-16 13:14:21 +02:00
e501a61712
feat(doc): update for 2.x.x (#7) 2023-09-06 15:41:25 +02:00
32a6cae40a feat(refactor): add get, update, insert abstraction methods 2023-09-06 14:43:15 +02:00
740d61a89b
fix: inherit constructor types from mysqli (#4) 2023-06-11 12:02:12 +02:00
aa73cf987d
feat: add static col and val constructors (#3) 2023-05-30 12:52:20 +02:00
bbfb31707a
fix: root namespace for mysqli classes (#2) 2023-04-24 17:14:46 +02:00
e4feef4226
fix: root namespace for mysqli class (#1)
* fix: use root namespace for mysqli class

* fix(nit): indentation
2023-04-24 17:09:46 +02:00
78316e608d fix: namespace 2023-04-18 21:37:57 +02:00
01f5c3e2f1 initial commit 2023-04-18 21:35:27 +02:00