Standalone SQLite3 database binding for Pharo - community owned
Metacello new
repository: 'github://pharo-rdbms/Pharo-SQLite3/src';
baseline: 'SQLite3';
load
a binary of SQlite for Windows is included in the bin folder
See the getting started document.
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.
-
Implement support for SQLcipher. This was available in NBSQLite, the SQLite binding using Pharo 4's NativeBoost FFI.
-
Implement driver for Voyage.
Contributors in order of appearance:
- Avi Bryant
- Fred Mannby
- Torsten Bergmann
- Andreas Raab
- Pierce Ng
- Esteban Lorenzano
- Guillermo Polito
- Esteban Maringolo
- Julien Deplangue
- Todd Blanchard
- Renaud de Villemeur
- Bernardo Ezequiel Contreras
- Gabriel Omar Cotelli
- Konrad Hinsen
- GitHub contributors
If you want to migrate your code from an older SQLite binding then check the Migration Guide.