2016-02-21から1日間の記事一覧

CLSQLでPostgreSQLを使う

1. PostgreSQLのユーザとDBの作成# su - postgres $ createuser -P testuser $ createdb -O testuser testdb $ psql -h localhost -U testuser testdb※接続が正常にできることを確認2. ライブラリのシンボリックリンク作成CLSQLで実際にDBに接続するときにli…