sibyl 0.7.1

An OCI-based (synchronous or asynchronous) interface between Rust applications and Oracle databases
Documentation
# Summary

[Introduction](intro.md)

- [Getting Started]using.md
  - [Optional Features]opt_features.md
- [Example Project]example_project.md

# User Guide

- [Environment]env.md
- [Connections]conn.md
  - [Connection Per Thread]conn_own.md
  - [Session Pool]session_pool.md
  - [Connection Pool]conn_pool.md
- [SQL Statement Execution]exec.md
  - [Statement Arguments]args.md
  - [Using National Character Set]nchar.md
  - [Slices as Arguments]slices.md
  - [NULLs]nulls.md
  - [Dynamic SQL]dyn_sql.md
- [Character Sets]encoding.md

- [Oracle Data Types]odt.md
  - [Varchar]odt/varchar.md
  - [Number]odt/number.md
  - [RAW]odt/raw.md
  - [Date]odt/date.md
  - [Timestamp]odt/timestamp.md
  - [Interval]odt/interval.md
  - [Row ID]odt/rowid.md
  - [Cursor]odt/cursor.md
  - [LOB]odt/lobs.md

# Notes

- [Known Issues]issues.md
- [Limitations]limits.md
- [Testing]testing.md