1.0.51 • Published 8 months ago

felixriddle.ts-app-models v1.0.51

Weekly downloads
-
License
ISC
Repository
-
Last release
8 months ago

App models

These are the app models for my apps.

I have to update every repository that uses this package, I could probably create an app that does it automatically.

Package migrations are separated to not add space to this package, migrations.

Env

# MySQL database
MYSQL_USERNAME=root
MYSQL_PASSWORD=123
MYSQL_HOST=localhost
MYSQL_PORT=3306

Database and environment variables

# Database name
# There are many ways to configure the database name, most of the time they depend on the state of the app
# By state ordered from highest priority to lowest
# Database name is mostly dependent on NODE_ENV

# This system allows for conscious database synchronization

# This one is general and also used for development
MYSQL_DATABASE_NAME=perseverancia
DATABASE_NAME=perseverancia

# Production
PRODUCTION_MYSQL_DATABASE_NAME=perseverancia-production
PRODUCTION_DATABASE_NAME=perseverancia-production

# Testing
TESTING_MYSQL_DATABASE_NAME=perseverancia-testing
TESTING_DATABASE_NAME=perseverancia-testing
1.0.51

8 months ago

1.0.50

8 months ago

1.0.49

8 months ago

1.0.48

8 months ago

1.0.47

8 months ago

1.0.46

8 months ago

1.0.44

8 months ago

1.0.43

8 months ago

1.0.42

8 months ago

1.0.45

8 months ago

1.0.39

9 months ago

1.0.40

9 months ago

1.0.41

9 months ago

1.0.38

9 months ago

1.0.33

9 months ago

1.0.37

9 months ago

1.0.36

9 months ago

1.0.35

9 months ago

1.0.34

9 months ago

1.0.32

9 months ago

1.0.26

10 months ago

1.0.25

11 months ago

1.0.29

10 months ago

1.0.28

10 months ago

1.0.27

10 months ago

1.0.31

9 months ago

1.0.30

9 months ago

1.0.24

11 months ago

1.0.23

11 months ago

1.0.21

11 months ago

1.0.17

12 months ago

1.0.16

12 months ago

1.0.15

12 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.9

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago