- Changed comment in db.py to clarify setting schema to None for SQLite.
- Updated comment in env.py to specify that schema settings are applied only in PostgreSQL.
- Updated schema configuration to set None for SQLite databases.
- Added schema creation logic in the connection wrapper for PostgreSQL.
- Adjusted migration environment to ignore schema for SQLite.
- Fixed unquote parameters in connection tests for consistency.