The time now is Wed 25 Apr 2018, 10:30
All times are UTC - 4 |
Author |
Message |
moB
Joined: 19 Oct 2009 Posts: 116 Location: Coastal
|
Posted: Mon 25 Apr 2011, 16:07 Post subject:
SQLite-3.7.6.2-x86_64.pet for Fat Dog Subject description: Database engine & manual |
|
SQLite for FatDog64 in two pets: application & manual.
Available for testing: http://sites.google.com/site/ieincp/home/puppy5/repo
Quote: | Version 3.7.6.2 of SQLite is recommended for all new development. Upgrading from version 3.7.5 is optional. Upgrading from all SQLite versions prior to 3.7.5 is recommended. | http://www.sqlite.org/
Pet package files are listed in *.files documents.
Good'ay!
moB
They had made a harpooneer of him, and that barbed iron was in lieu of a sceptre now.
--Melville, Moby Dick
.
|
Back to top
|
|
 |
Pelo
Joined: 10 Sep 2011 Posts: 12591 Location: Mer méditerrannée (1 kms°)
|
Posted: Sat 09 Jul 2016, 01:02 Post subject:
Database, none of those available satisfy |
|
Will be tried with Puppy : people are still asking or Database, none of those available satisfy. SQLite could fit their needs, perhaps, but some doubt about that.
Nevertheless, i ask my development staff to test it with Puppy.
Situations Where SQLite Works Well
Embedded devices and the internet of things
Because an SQLite database requires no administration, it works well in devices that must operate without expert human support. SQLite is a good fit for use in cellphones, set-top boxes, televisions, game consoles, cameras, watches, kitchen appliances, thermostats, automobiles, machine tools, airplanes, remote sensors, drones, medical devices, and robots: the "internet of things".
Client/server database engines are designed to live inside a lovingly-attended datacenter at the core of the network. SQLite works there too, but SQLite also thrives at the edge of the network, fending for itself while providing fast and reliable data services to applications that would otherwise have dodgy connectivity.
Application file format
SQLite is often used as the on-disk file format for desktop applications such as version control systems, financial analysis tools, media cataloging and editing suites, CAD packages, record keeping programs, and so forth. The traditional File/Open operation calls sqlite3_open() to attach to the database file. Updates happen automatically as application content is revised so the File/Save menu option becomes superfluous. The File/Save_As menu option can be implemented using the backup API.
There are many benefits to this approach, including improved application performance, reduced cost and complexity, and improved reliability. See technical notes here and here for details.
_________________ Passenger Pelo ! don't ask him to repair the aircraft. Don't use him as a demining dog .... pleeease.
|
Back to top
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|