glorp-sqlite3

Description

Glorp SQLite Integration

Details

Source
GitHub
Dialect
pharo (40% confidence)
License
MIT
Stars
2
Forks
6
Created
Dec. 12, 2017
Updated
March 9, 2021
Topics
glorp pharo sqlite3

Categories

Database

README excerpt

# Glorp SQLite integration for Pharo

This is the SQLite driver for Glorp for Pharo. For more information on Glorp, see [pharo-rdbms/glorp](https://github.com/pharo-rdbms/glorp).

## May 2020

WIP updating baselines:
- For Pharo 8 and Pharo 9 with new SQLite binding
- For Pharo 7 with legacy UDBC SQLite binding
- Incorporating Glorp changes

### Loading - Pharo 7, new SQLite

```smalltalk
Metacello new 
	repository: 'github://pharo-rdbms/glorp-sqlite3:p7_newsqlite';
	baseline: 'GlorpSQLite';
	load.
```
← Back to results