Monday, June 6, 2011     17:19
SQLite Server with Lacewing using the api.

Features Overview

Powered By Lacewing

All server-side handling is done using the tcp/udp lacewing relay server extension. Your server application allows you to manage your client connections and channels with ease.

SQLite LAN/WAN

SQLite is generally not the solution for running a database over a network because of database locks. However, the SQLite server application uses a queue process to handle concurrent requests from peer connections, avoiding file locking which brings out the best of SQLite. This results an easy setup with fast responsive queries.

Easy Installation

Simply launch the SQLite Server and you are ready to start. You can edit your SQLite database using a SQL database browser of your choice to create your tables. No intense configuration is required.

Client Examples and Documentation.

The included client example and source files will allow you to easily learn some of the syntax required to communicate and pass data between your client and server.