Packages

Emysql - Erlang MySQL driver

Current section

Files

Jump to
emysql samples c_rows_as_records
Raw

samples/c_rows_as_records

#! /bin/bash
# This runs the sample for rows access as records.
# For windows, see source of c_rows_as_records.erl
erlc c_rows_as_records.erl
erl -pa ../ebin -s c_rows_as_records run -s init stop -noshell