Commit b095b565 authored by gwenn's avatar gwenn

Update README file.

parent f88e7c6c
Yet another SQLite binding based on:
- original [Russ Cox's](http://code.google.com/p/gosqlite/) implementation,
- the [Patrick Crosby's](https://github.com/patrickxb/fgosqlite/) fork.
This binding implements the "exp/sql/driver" interface.
This binding implements the "database/sql/driver" interface.
Open supports flags.
Conn#Exec handles multiple statements (separated by semicolons) properly.
......@@ -44,6 +44,7 @@ Stmt#BindParameterCount/BindParameterIndex(name)/BindParameterName(index)
Stmt#ClearBindings
Stmt#ColumnCount/ColumnNames/ColumnIndex(name)/ColumnName(index)/ColumnType(index)
Stmt#ReadOnly
Stmt#Busy
Blob:
ZeroBlobLength
......@@ -74,3 +75,7 @@ Hook:
Conn#CommitHook
Conn#RollbackHook
Conn#UpdateHook
Function:
Conn#CreateScalarFunction
Conn#CreateAggregateFunction
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment