mirror of
https://github.com/vrana/adminer.git
synced 2025-08-12 17:44:07 +02:00
New plugin: AI prompt in SQL command creating the queries with Google Gemini
This commit is contained in:
@@ -263,6 +263,11 @@ class Adminer {
|
||||
return shorten_utf8(trim($query), 1000);
|
||||
}
|
||||
|
||||
/** Print HTML code just before the Execute button in SQL command
|
||||
*/
|
||||
function sqlPrintAfter() {
|
||||
}
|
||||
|
||||
/** Description of a row in a table
|
||||
* @param string
|
||||
* @return string SQL expression, empty string for no description
|
||||
|
Reference in New Issue
Block a user