Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)