Expand description
Database operations (SQLite and PostgreSQL)
Windjammer’s std::db module maps to these functions.
Note: This is a simplified wrapper. For production use, consider using sqlx directly.
Structs§
- Connection
- Database connection
- Row
- Database row
Enums§
- Database
Type - Database type
Functions§
- open
- Open a database connection (auto-detect type)
- open_
postgres - Open a PostgreSQL database connection Format: “postgres://user:password@host:port/database”
- open_
sqlite - Open a SQLite database connection