source: trunk/DbEngines/EngineSQLite.pas

Last change on this file was 32, checked in by chronos, 6 months ago
  • Modified: Removed U prefix from units names.
  • Modified: Use TFormEx for all forms.
File size: 202 bytes
Line 
1unit EngineSQLite;
2
3interface
4
5uses
6 Classes, SysUtils, DbEngine;
7
8type
9 TDatabaseSQLite = class(TDbClient)
10
11 end;
12
13 TDbConnectParamsSQLite = class(TDbConnectParams)
14
15 end;
16
17
18implementation
19
20end.
21
Note: See TracBrowser for help on using the repository browser.