function dba_sqlite_report_name in Database Administration 7
Return the pretty name for this database type.
File
- database/
sqlite.report.inc, line 24 - Provides database driver specific report functions.
Code
function dba_sqlite_report_name() {
return t('SQLite');
}