Jose's Read Only Forum 2023

General Category => Third-Party Add-Ons => Topic started by: Rolf Brandt on June 25, 2010, 02:55:04 PM

Title: SQLitening Database System
Post by: Rolf Brandt on June 25, 2010, 02:55:04 PM
SQLitening is a client/server implementation of the very popular SQLite database.

SQLitening is a programmer's library in standard Win32 DLL form. It is installed as a standard Windows Service. In addition to client/server mode, the library allows the programmer to also access SQLite databases in local mode. In either mode (local or client/server), the database is extremely fast and robust.

Installation is a breeze - you simply copy a couple of DLL's to the folder where your application resides. If you work in client/server mode, you create a folder on your server and start the SQLitening Windows Service from the Administration program. You may need to modify the standard configuration text file to set permissions and port numbers/host names. Simple.

The current version is 1.30, the release of version1.40 is planned for July 12, 2010.

http://www.sqlitening.com/support/index.php (http://www.sqlitening.com/support/index.php)
Title: Re: SQLitening Database System
Post by: Rolf Brandt on July 11, 2010, 10:07:46 AM
Version 1.40 was just released and has some additional features.
Title: Re: SQLitening Database System
Post by: Mike Doty on March 02, 2022, 12:00:38 PM
Current version is 1.70  https://sqlitening.planetsquires.com/index.php?topic=9427.0
It has been fully tested for years and works extremely well either in local mode or client server.
All source code is available in 32-bit PowerBASIC for Windows only.

To run in client/server mode only requires adding a line:
slConnect "ip",portnumber

SQLitening optionally adds compression using zlib and encryption to any item by setting a binding parameter.
Connections over the internet are not encrypted.