README ¶ Postgre SQL Postgre SQL Yükleme Ubuntu 18 için sudo echo "deb http://apt.postgresql.org/pub/repos/apt/ bionic-pgdg main" > /etc/apt/sources.list.d/pgdg.list wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - sudo apt-get update sudo apt-get install postgresql-11 sudo su - postgres createuser --interactive --pwprompt Karşımıza gelen seçenekte kullanıcı adını aşağıdaki gibi doldurun ardından aşağıdaki adımları izleyerek db oluşturun Expand ▾ Collapse ▴ Documentation ¶ There is no documentation for this package. Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.