iii-database::prepareStatement
Prepare a parameterized statement once.
- dbstringrequired
- sqlstringrequired
- ttl_secondsinteger· uint64min 0
- handleunknownrequired
Talk to PostgreSQL, MySQL, and SQLite from iii — query, execute, transactions, prepared statements, and change feeds.
Prepare a parameterized statement once.
Run a write statement (INSERT/UPDATE/DELETE/DDL).
Run a previously-prepared handle.
Run a read-only SQL query and return the result rows.
Run a sequence of statements atomically.
Postgres logical replication. Stubbed in v1.0 pending tokio-postgres replication API.
Polls a SQL query at a fixed interval and dispatches new rows since the last cursor.