6 results found
-
Support of direct mode for SQLite in FreePascal (Linux)
With direct mode support external library is no longer needed - this reduce deployment complexity. In addition local database file can be encrypted - this is very useful in secured environment.
34 votes -
Create server layer over SQLite
Sqlite isn't client-server. LiteDAC would contain server and transport components to help building applications in two or three tiers like here: http://sqlite.org/cvstrac/wiki?p=SqliteNetwork
18 votes -
Double click on TLiteDump
Trivial: SQLite: when user dblclicks TLiteDump it does not open string list editor like in TMyDump
6 votes -
Add support for Direct Mode SQLite with FTS5 enabled.
Include SQLite extensions like enable FTS5 in direct mode connection in UniDac.
5 votes -
SQLite - HTTP tunneling
Using HTTP tunneling for SQLite our applications can manage remote -shared- data using just SQL, not php or other server side solutions. This reduces the time for all data management tasks significant...
3 votes -
Make it possible to combine the Sqlite3 source code and header files with LiteDAC in the same project
Simply add #ifndef SQLITE3H_ in e.g. LiteCall.hpp.
The location is around line 460:
//-- var, const, procedure ---------------------------------------------------define DACProductName L"LiteDAC"
define SQLiteDLLName L"sqlite3.dll"
ifndef SQLITE3H_
static const System::Int8 SQLITEOK = System::Int8(0x0);
static const System::Int8 SQLITEERROR = System::Int8(0x1);1 vote
- Don't see your idea?