mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-09 20:12:14 +09:00
PostgreSql DB 추가
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3278 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
c504da0ebe
commit
29d100531f
10 changed files with 61 additions and 7 deletions
|
|
@ -145,6 +145,7 @@ EndOfLicense;
|
|||
'sqlite2' => 'Supporting sqlite2 which saves the data into the file.<br />When installing, DB file should be created at unreachable place from web.<br />(Never got tested on stabilization)',
|
||||
'sqlite3_pdo' => 'Suppots sqlite3 by PHP\'s PDO.<br />When installing, DB file should be created at unreachable place from web.',
|
||||
'cubrid' => 'Use CUBRID DB.',
|
||||
'postgresql' => 'Use PostgreSql DB.',
|
||||
);
|
||||
|
||||
$lang->form_title = 'Please input DB & Admin information';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue