Project

libsql

0.0
No release in over a year
libsql embeds the libsql fork of the SQLite database engine as a ruby extension. There is no need to install libsql separately.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

libsql

Build Status

INSTALL

  • gem install libsql
  • bundle add libsql

DESCRIPTION

libsql embeds the libsql fork of the SQLite database engine as a ruby extension. There is no need to install libsql 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 Libsql::Database for a quick example, and a general overview of the API.

libsql 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

  • This is a straight port of the amalgalite gem, also written by me.

CHANGES

Read the HISTORY.md file.

LICENSE

Copyright (c) 2023 Jeremy Hinegardner

All rights reserved.

See LICENSE and/or COPYING for details.