Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/astares/astares-pharo-odbc
ODBC Binding for Pharo
https://github.com/astares/astares-pharo-odbc
Last synced: 22 days ago
JSON representation
ODBC Binding for Pharo
- Host: GitHub
- URL: https://github.com/astares/astares-pharo-odbc
- Owner: astares
- Created: 2019-06-02T17:02:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-23T10:10:21.000Z (almost 4 years ago)
- Last Synced: 2024-10-31T06:41:51.958Z (2 months ago)
- Language: Smalltalk
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pharo-ODBC
ODBC Binding for Pharo```Smalltalk
Metacello new
repository: 'github://astares/Astares-Pharo-ODBC/src';
baseline: 'ODBC';
load
```## References
- [sql.h](https://github.com/microsoft/ODBC-Specification/blob/master/Windows/inc/sql.h)
- [sqltypes.h](https://github.com/microsoft/ODBC-Specification/blob/master/Windows/inc/sqltypes.h)