Astares-Pharo-ODBC

Description

ODBC Binding for Pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
Created
June 2, 2019
Updated
Feb. 23, 2021

README excerpt

# 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)

← Back to results