All Projects → pharo-rdbms → Pharo-SQLite3

pharo-rdbms / Pharo-SQLite3

Licence: MIT license
Community-owned official SQLite3 binding for Pharo

Programming Languages

smalltalk
420 projects
shell
77523 projects

Projects that are alternatives of or similar to Pharo-SQLite3

gorest
Go RESTful API starter kit with Gin, JWT, GORM (MySQL, PostgreSQL, SQLite), Redis, Mongo, 2FA, email verification, password recovery
Stars: ✭ 135 (+610.53%)
Mutual labels:  sqlite3
esp arduino sqlite3 lib
Sqlite3 library for ESP8266 Arduino core
Stars: ✭ 78 (+310.53%)
Mutual labels:  sqlite3
Winter
Winter is a 2D game engine for Pharo Smalltalk
Stars: ✭ 43 (+126.32%)
Mutual labels:  pharo
msgpack-smalltalk
MessagePack serialization library for various Smalltalk dialects / msgpack.org[Smalltalk]
Stars: ✭ 22 (+15.79%)
Mutual labels:  pharo
contessa
Easy way to define, execute and store quality rules for your data.
Stars: ✭ 17 (-10.53%)
Mutual labels:  sqlite3
kendrick
Domain-Specific Modeling for Epidemiology
Stars: ✭ 43 (+126.32%)
Mutual labels:  pharo
ndb.nim
A db_sqlite fork with a proper typing
Stars: ✭ 38 (+100%)
Mutual labels:  sqlite3
Bank-Account-Simulation
A Bank Account Simulation with JavaFX and SQLite back-end. Material UX|UI.
Stars: ✭ 19 (+0%)
Mutual labels:  sqlite3
sqlite3-compression-encryption-vfs
Compression and Encryption Virtual File System for SQLite 3.
Stars: ✭ 88 (+363.16%)
Mutual labels:  sqlite3
BirDayBer
'BirDayBer' is an application made for irresponsible people with friends or family birthdays like me. So it allows you to add birthdays and other minimal information to a database to notify you to remember them.
Stars: ✭ 22 (+15.79%)
Mutual labels:  sqlite3
GitBridge
Access resources and information from the git repository containing your project.
Stars: ✭ 14 (-26.32%)
Mutual labels:  pharo
flipper
Search/Recommendation engine and metainformation server for fanfiction net
Stars: ✭ 29 (+52.63%)
Mutual labels:  sqlite3
Nephos
Project Nephos [GSoC '18]: Automated recording, processing, and uploading of TV streams for Universities.
Stars: ✭ 20 (+5.26%)
Mutual labels:  sqlite3
laravel-database-manager
Make your database simple, easier and faster with vuejs.
Stars: ✭ 50 (+163.16%)
Mutual labels:  sqlite3
AnkiSharp
Create anki decks and cards from your C# application
Stars: ✭ 39 (+105.26%)
Mutual labels:  sqlite3
electron-RxDB
RxDB is a high-performance, observable object store built on top of SQLite & intended for database-driven Electron applications.
Stars: ✭ 68 (+257.89%)
Mutual labels:  sqlite3
protobuf-smalltalk
Protocol buffers support for Smalltalk
Stars: ✭ 14 (-26.32%)
Mutual labels:  pharo
Generation
⭐ A Private, Secure, End-to-End Encrypted Messaging app made in Flutter(With Firebase and SQLite) that helps you to connect with your connections without any Ads, promotion. No other third-party person, organization, or even Generation Team can't read your messages. 💝
Stars: ✭ 18 (-5.26%)
Mutual labels:  sqlite3
WendzelNNTPd
A usable and IPv6-ready Usenet-server (NNTP daemon). It is portable (Linux/*BSD/*nix), supports AUTHINFO authentication, contains ACL as well as role based ACL and provides "invisible" newsgroups. It can run on MySQL and SQLite backends.
Stars: ✭ 43 (+126.32%)
Mutual labels:  sqlite3
Telescope
Telescope is an engine for efficiently creating meaningful visualizations
Stars: ✭ 26 (+36.84%)
Mutual labels:  pharo

Pharo-SQlite3

Unit Tests GLORP Integration Tests Coverage Status

License Pharo version Pharo 10

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
  • Todd Blanchard
  • Renaud de Villemeur
  • vonbecmann
  • Gabriel Omar Cotelli
  • Konrad Hinsen

LICENSE

MIT License

Migration

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].