Name
App::Sqitch::Command::checkout - An engine based on the DBI
Synopsis
package App::Sqitch::Engine::sqlite;
extends 'App::Sqitch::Engine';
with 'App::Sqitch::Role::DBIEngine';
Description
This role encapsulates the common attributes and methods required by DBI-powered engines.
Interface
Instance Methods
earliest_change_id
latest_change_id
current_state
current_changes
current_tags
search_events
registered_projects
register_project
is_deployed_change
are_deployed_changes
log_deploy_change
log_fail_change
changes_requiring_change
name_for_change_id
log_new_tags
log_revert_change
begin_work
finish_work
rollback_work
is_deployed_tag
deployed_changes
deployed_changes_since
load_change
change_offset_from_id
change_id_offset_from_id
change_id_for
registry_version
See Also
- App::Sqitch::Engine::pg
-
The PostgreSQL engine.
- App::Sqitch::Engine::sqlite
-
The SQLite engine.
- App::Sqitch::Engine::oracle
-
The Oracle engine.
- App::Sqitch::Engine::mysql
-
The MySQL engine.
- App::Sqitch::Engine::vertica
-
The Vertica engine.
- App::Sqitch::Engine::exasol
-
The Exasol engine.
- App::Sqitch::Engine::snowflake
-
The Snowflake engine.
Author
David E. Wheeler <david@justatheory.com>
License
Copyright (c) 2012-2024 iovation Inc., David E. Wheeler
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.