Skip to content

Dump SQLite

Actions
GitHub Actions to generate SQLite database dump files
v0.1.0
Latest
Star (0)

action-dump-sqlite

GitHub Release Test Action License

GitHub Actions to generate SQLite database dump files.

Usage

on: [push]

permissions:
  contents: write

jobs:
  dump-sql:
    runs-on: ubuntu-latest
    steps:
      - uses: ryohidaka/action-dump-sqlite@v0.1.0
        with:
          version: "3.43.2"
          db: "sample.db"
          output: "sample.sql"
          tables: "samples1, samples2"

Inputs

Input Description Required Default
version SQLite version to install. "latest"
db The name of the SQLite database file to use.
output The output file name for the SQL dump.
tables Comma-separated list of table names to dump. ""

Dump SQLite is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

GitHub Actions to generate SQLite database dump files
v0.1.0
Latest

Dump SQLite is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.