1.16.0 • Published 7 days ago

@logto/schemas v1.16.0

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
7 days ago

@logto/schemas

The central packages for all database schemas and their TypeScript definitions and utilities.

Table init

The Logto CLI will pick up all necessary SQL queries in tables/ and src/models/ and run them in the following order:

  1. Run tables/_before_all.sql
  2. Run tables/*.sql with the snippet /* init_order = <number> */ in ascending order of <number>
  3. Run tables/*.sql without the init_order snippet in ascending order of filename (tables/) or table name (src/models/)
  4. Run tables/_after_all.sql

Additional rules for step 2 and 3:

  • If no snippet /* no_after_each */ found, run tables/_after_each.sql after each SQL file
  • Exclude lifecycle scripts tables/_[lifecycle].sql where [lifecycle] could be one of:
    • after_all
    • after_each
    • before_all

In the after_each lifecycle script, you can use ${name} to represent the current filename (tables/) or table name (src/models/).

In all lifecycle scripts, you can use ${database} to represent the current database.

1.16.0

7 days ago

1.15.0

1 month ago

1.14.0

3 months ago

1.13.1

3 months ago

1.13.0

3 months ago

1.12.0

6 months ago

1.9.1

8 months ago

1.9.0

8 months ago

1.8.0

9 months ago

1.7.0

10 months ago

1.9.2

8 months ago

1.11.0

6 months ago

1.10.1

7 months ago

1.10.0

8 months ago

1.6.0

11 months ago

1.5.0

12 months ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.7

1 year ago

1.2.3

1 year ago

1.2.2

1 year ago

1.2.1

1 year ago

1.0.0-rc.1

1 year ago

1.0.0-rc.0

1 year ago

1.0.0-beta.17

1 year ago

1.0.0-beta.18

1 year ago

1.0.0-beta.15

1 year ago

1.0.0-beta.16

1 year ago

1.0.0-beta.13

2 years ago

1.0.0-beta.14

2 years ago

1.0.0-beta.11

2 years ago

1.0.0-beta.12

2 years ago

1.1.0-rc.1

3 years ago

1.0.6

3 years ago

1.1.0-rc.0

3 years ago

1.0.2

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago