Skip to content

Commit

Permalink
[update] - update query builder updated
Browse files Browse the repository at this point in the history
  • Loading branch information
iloElias committed Oct 9, 2024
1 parent 534c41a commit cff6d00
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 1,207 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DB_SQL=pgsql
DB_HOST=127.0.0.3
DB_HOST=localhost
DB_PORT=5432
DB_NAME=maestro_db
DB_USER=postgres
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ilias/maestro",
"type": "library",
"version": "1.2.7",
"version": "1.2.8",
"description": "A PHP object-oriented postgres database manager",
"keywords": [
"postgres",
Expand Down Expand Up @@ -40,5 +40,5 @@
"require-dev": {
"phpunit/phpunit": "^11.2"
},
"minimum-stability": "dev"
"minimum-stability": "stable"
}
22 changes: 0 additions & 22 deletions example/AuthCode.php

This file was deleted.

10 changes: 0 additions & 10 deletions example/Hr.php

This file was deleted.

21 changes: 0 additions & 21 deletions example/MaestroDb.php

This file was deleted.

14 changes: 0 additions & 14 deletions example/Post.php

This file was deleted.

10 changes: 0 additions & 10 deletions example/Social.php

This file was deleted.

14 changes: 0 additions & 14 deletions example/TaggedUser.php

This file was deleted.

50 changes: 0 additions & 50 deletions example/User.php

This file was deleted.

36 changes: 0 additions & 36 deletions maestro.php

This file was deleted.

159 changes: 0 additions & 159 deletions src/Core/Synchronizer.php

This file was deleted.

Empty file removed tests/integration/.gitkeep
Empty file.
Loading

0 comments on commit cff6d00

Please sign in to comment.