0.0.32 • Published 2 years ago

@db-auto/postgres v0.0.32

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

2 years ago

0.0.30

2 years ago

0.0.29

2 years ago

0.0.28

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.20

2 years ago

0.0.19

2 years ago

0.0.18

2 years ago

0.0.17

2 years ago