Skip to content

Commit 7941eda

Browse files
Added new functions and improvements for database management
- Removed WhereWithJoins method - Added functions for creating/dropping tables, adding/removing columns, renaming tables, and updating fields - Added function to truncate all data from a table - Added support for listing, creating, and deleting tables and databases - Added function to list table columns - Added functions to drop primary and foreign keys - Updated code comments and usage examples throughout
1 parent 77718f7 commit 7941eda

File tree

4 files changed

+862
-661
lines changed

4 files changed

+862
-661
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
.idea
33
.vscode
44
phpDocumentor.phar
5-
.phpdoc
5+
.phpdoc
6+
.DS_Store

0 commit comments

Comments
 (0)