Pharo-UDBC

Description

Pharo Universal Database Connectivity

Details

Source
GitHub
Dialect
pharo (25% confidence)
Stars
7
Forks
2
Created
March 4, 2019
Updated
March 9, 2021

Categories

Database

README excerpt

# Pharo-UDBC
Pharo Universal Database Connectivity


```Smalltalk
Metacello new 
	repository: 'github://astares/Pharo-UDBC/src';
	baseline: 'UDBC';
	load
```

# For SQlite3

Old:
```Smalltalk
Metacello new 
	repository: 'github://astares/Pharo-UDBC/src';
	baseline: 'UDBC';
	load: 'SQLite'
```

New: please now use [https://github.com/pharo-rdbms/Pharo-SQLite3](https://github.com/pharo-rdbms/Pharo-SQLite3) for SQlite3 only

# Roadmap for SQLite3

- Implement support for
  [SQLcipher](https://github.com/sqlcipher/sqlcipher). This was available
  in NBSQLite, the SQLite binding using Pharo 4's NativeBoost FFI.

- Implement driver for [Voyage](https://github.com/pharo-nosql/voyage). 


← Back to results