Skip to content

copiousfreetime/amalgalite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e7f7b99 · Nov 20, 2024
Nov 20, 2024
Mar 27, 2011
Dec 6, 2015
Nov 20, 2024
Nov 20, 2024
Nov 20, 2024
Mar 4, 2024
Jan 13, 2021
Jan 19, 2019
Jan 12, 2015
Nov 20, 2024
Nov 20, 2024
Jun 18, 2022
Jan 19, 2019
Nov 20, 2024
Nov 20, 2024
Feb 18, 2015
Nov 20, 2024

Repository files navigation

Amalgalite

Build Status

Articles

INSTALL

  • gem install amalgalite

DESCRIPTION

Amalgalite embeds the SQLite database engine as a ruby extension. There is no need to install SQLite separately.

Look in the examples/ directory to see

  • general usage
  • blob io
  • schema information
  • custom functions
  • custom aggregates
  • requiring ruby code from a database
  • full text search

Also Scroll through Amalgalite::Database for a quick example, and a general overview of the API.

Amalgalite adds in the following additional non-default SQLite extensions:

Other extensions are add that might not be usable/visible by users of the gem. The full list of extensions added is in extconf.rb. And those may be cross referenced against the compile options from SQLite

CREDITS

CHANGES

Read the HISTORY.md file.

LICENSE

Copyright (c) 2008 Jeremy Hinegardner

All rights reserved.

See LICENSE and/or COPYING for details.