Audio (104) Datatype (15) Demo (56) Development (247) Document (64) Driver (19) Emulation (62) Game (533) Graphics (229) Library (22) Network (63) Office (22) Utility (271) Video (18)
Total files: 1725
Full index file Recent index file
Part of Aros World Exec |
[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] sqlite3.hwp
===========
This plugin allows Hollywood scripts to create and manipulate SQLite3 databases
enabling you to make use of this extremely flexible database system that can be
used for so many purposes. Once the plugin has been installed successfully, a
new
user library should show up in the plugin.api tab in the Hollywood GUI. Some
example scripts are included in the "Test" directory of the plugin distribution.
This plugin is based on LuaSQLite 3 the documentation of which is also included
in this distribution. Please check it out to learn about the functionality
offered by this plugin.
History
=======
Version 1.2: (25-Mar-17)
- New: Added 64-bit builds for Windows, Linux, and Mac OS
- New: Added support for Hollywood 7.0's help string feature
- Fix [Amiga]: Plugin now works correctly in Unicode mode with Hollywood 7
Version 1.1: (02-Jul-15)
- New [Linux]: Added build for Linux ARM
- Fix [Linux/MacOS]: Plugin is now compiled as position-independent code (PIC)
Version 1.0: (06-Sep-12)
- First release
Copyright
=========
This plugin was written by Andreas Falkenhahn <andreas()airsoftsoftwair.de>
See the COPYING file in this package for conditions concerning distribution
of this plugin. Visit http://www.hollywood-mal.com/ for more information
on Hollywood and more plugins.
Copyright (C) 2012-2015 Andreas Falkenhahn
Copyright (C) 2002-2007 Tiago Dionizio, Doug Currie
All rights reserved.
Author : Tiago Dionizio <tiago.dionizio()ist.utl.pt>
Author : Doug Currie <doug.currie()alum.mit.edu>
Library : lsqlite3 - a SQLite 3 database binding for Lua 5
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|