/Pharo-SQLite3

Official SQlite3 binding for Pharo - community owned

Primary LanguageSmalltalkMIT LicenseMIT

Pharo-SQlite3

Build Status GLORP Integration Tests License Pharo version Pharo version Pharo version

Standalone SQLite3 database binding for Pharo - community owned

Quick Start

Installation

Metacello new
	repository: 'github://pharo-rdbms/Pharo-SQLite3/src';
	baseline: 'SQLite3';
	load

a binary of SQlite for Windows is included in the bin folder

Getting started

See the getting started document.

Project Infos

History

The project goes back to a binding to SQLite database for Squeak later ported to Pharo and maintained over time to include new SQLite3 features.

The full history is described in the history details.

Roadmap

  • Implement support for SQLcipher. This was available in NBSQLite, the SQLite binding using Pharo 4's NativeBoost FFI.

  • Implement driver for Voyage.

Contributors

Contributors in order of appearance:

  • Avi Bryant
  • Fred Mannby
  • Torsten Bergmann ("astares")
  • Andreas Raab
  • Pierce Ng
  • Esteban Lorenzano
  • Guillermo Polito
  • Esteban Maringolo
  • Julien Deplangue

LICENSE

MIT License

Migration

If you want to migrate your code from an older SQLite binding then check the Migration Guide.