libsql_migration 0.2.2

A simple SQL migration tool for libsql databases
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[
  {
    "id": "0001",
    "url": "https://raw.githubusercontent.com/prashant1k99/libsql_migration/refs/heads/main/tests/remote-sql/0001.sql"
  },
  {
    "id": "0002",
    "url": "https://raw.githubusercontent.com/prashant1k99/libsql_migration/refs/heads/main/tests/remote-sql/0002.sql"
  },
  {
    "id": "0004",
    "url": "https://raw.githubusercontent.com/prashant1k99/libsql_migration/refs/heads/main/tests/remote-sql/0003.sql"
  }
]