Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Unmaintained.

Use the `glorp` group in the baseline here: https://github.com/pharo-rdbms/Pharo-SQLite3

```
Metacello new
repository: 'github://pharo-rdbms/Pharo-SQLite3/src';
baseline: 'SQLite3';
load: #('glorp')

```



# 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).
Expand Down