언어/R

postgres

newlibra 2022. 12. 3. 22:45

install.packages("RPostgreSQL")
library(RPostgreSQL)

 


con1 <- dbConnect(RPostgres::Postgres(), dbname = "postgres", port="5432", user="postgres", password="1")
dbListTables(con1)