TIP: You can type at any time to perform a new search.
External Database Source - SQLite
base_external_dbsource_sqlite · OCA/server-backend
- Repository
- OCA/server-backend · module folder · Try on Runboat
- Module version
- 1.0.0
- Category
- Tools
- Folder size
- 0.05 MB
- License
- LGPL-3
- Application
- No
- Auto-installable
- No
- Website
- https://github.com/OCA/server-backend
- Last tracking update
- 2026-08-07 08:43:03
- Authors
- Odoo Community Association (OCA), Daniel Reis, LasLabs
- Maintainers
- Odoo Community Association (OCA), Daniel Reis, LasLabs
- Committers
- Weblate, OCA-git-bot, oca-ci, David Bañón
- Odoo dependencies
- Python dependencies
- sqlalchemy
- System dependencies
- None
- Required by
- None
- Description
This module extends `base_external_dbsource`, allowing you to connect to foreign SQLite databases using SQLAlchemy.
Code Analysis ⓘ
Views touched (0)
No views found for this module.
HTTP endpoints (0)
No HTTP endpoints found for this module.
Models touched (1)
New fields (1)
-
connectorSelectionondelete={'sqlite': 'cascade'}selection_add=[('sqlite', 'SQLite')]
-
connection_close_sqlite(self, connection) -
connection_open_sqlite(self) -
execute_sqlite(self, sqlquery, sqlparams, metadata)
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…
Loading…