Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/pharo-udbc
Pharo Universal Database Connectivity
https://github.com/astares/pharo-udbc
Last synced: 22 days ago
JSON representation
Pharo Universal Database Connectivity
- Host: GitHub
- URL: https://github.com/astares/pharo-udbc
- Owner: astares
- Created: 2019-03-04T09:29:10.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T18:43:08.000Z (about 5 years ago)
- Last Synced: 2024-11-17T06:40:31.695Z (about 2 months ago)
- Language: Smalltalk
- Homepage:
- Size: 688 KB
- Stars: 7
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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).