Skip to content

ged/amalgalite

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Amalgalite

  • Homepage

  • email jeremy at copiousfreetime dot org

  • git clone url git://github.com/copiousfreetime/amalgalite.git

  • Github

  • Bug Tracking

Articles

INSTALL

  • gem install amalgalite

DESCRIPTION

Amalgalite embeds the SQLite database engine in 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:

CREDITS

CHANGES

Read the HISTORY.rdoc file.

LICENSE

Copyright © 2008 Jeremy Hinegardner

All rights reserved.

See LICENSE and/or COPYING for details.

About

SQLite database engine embedded in a ruby extension.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 99.8%
  • Shell 0.2%