-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Foreign Key awareness and much more (#64)
* Add columns comments * Add tooltips with comments * Change to local css * Update README.md * Update Readme * Update readme * Use the SQL COUNT(*) function to count records * Fix deprecated warning * Order by first column ASC on default * Add view, edit and delete buttons * Fix update and insert statement and show errors * add error function * Allow empty values for columns * Display nullable columns * Fix booleans and support null * Show columns and null to the user * Format date and datetime * Link to foreign key parent * Handle SQL errors * Allow null for FK * Show references to the current item * Fix SQL injections * Rework references to current read * Remove unused error handling * Add back button and rework ordering * update readme * Add PHP formatter * Use safe variable names in SQL/PHP * Add new TODOs * More todos * Move domain name to config * Update readme * Generate enum select at generation * Show bools as True/False * Allow selecting columns for previewing records * Generate JOIN queries * Check for key uniqueness or redirect to the index * update helpers * Make read/edit/create layout easily adaptable * Add new layout * Move JS/CSS to the generator * Move JS to local storage * Make external columns searchable * Make header and footer sticky * Use textarea properly * Fix empty dates * Prepare for PR * Minor changes to improve usability
- Loading branch information
1 parent
77ee155
commit aef1114
Showing
7 changed files
with
664 additions
and
327 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
core/app/ | ||
core/app/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.