source:
trunk/DbEngines/EngineSQLite.pas
Last change on this file was 32, checked in by , 6 months ago | |
---|---|
File size: 202 bytes |
Line | |
---|---|
1 | unit EngineSQLite; |
2 | |
3 | interface |
4 | |
5 | uses |
6 | Classes, SysUtils, DbEngine; |
7 | |
8 | type |
9 | TDatabaseSQLite = class(TDbClient) |
10 | |
11 | end; |
12 | |
13 | TDbConnectParamsSQLite = class(TDbConnectParams) |
14 | |
15 | end; |
16 | |
17 | |
18 | implementation |
19 | |
20 | end. |
21 |
Note:
See TracBrowser
for help on using the repository browser.