0.0.32 • Published 3 years ago

@db-auto/postgres v0.0.32

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years 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

3 years ago

0.0.30

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago