0.0.32 • Published 1 year ago

@db-auto/postgres v0.0.32

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Postgres database abstraction layer for db-auto

Useful links https://www.postgresql.org/docs/current/information-schema.html

Tables:

SELECT table_name FROM information_schema.tables WHERE table_schema = 'public';

Columns

https://www.postgresql.org/docs/current/infoschema-columns.html SELECT * FROM information_schema.columns WHERE table_schema = 'your_schema' AND table_name = 'your_table' ;

Good columns: column_name data_type

0.0.32

1 year ago

0.0.30

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.20

1 year ago

0.0.19

1 year ago

0.0.18

1 year ago

0.0.17

1 year ago