令和五年六月 コンデジの写真など 梅雨がどこかに行ってくれたようで嬉しい。水不足にはなってほしくはないけれど、たまにはカラッとした年があっても良いよな。今月は忙しくてあっという間に終わってしまった。いつもより今月は何をしていたっけ、なんて感覚が強い状態。スマホの中の写真やラインのや…

I really like the pg PostgreSQL library by Brian Carlson, and considering the amount of attention we’ve given to Redis and MongoDB on DailyJS I thought it was time to give relational databases some coverage again. Heroku is one of many services that supports Node. This tutorial will demonstrate how easy it is to get a simple Express and pg app running. This tutorial is based on the following docum
I recently upgraded to OSX 10.7, at which point my rails installation completely borked when trying to connect to the psql server. When I do it from the command line using psql -U postgres it works totally fine, but when I try to run the rails server or console with the same username and password, I get this error ...activerecord-3.0.9/lib/active_record/connection_adapters/postgresql_adapter.rb:95
ウチの環境では「pg_configが無いよ!」と怒られたので、yumでpostgresql-develを入れ、再度上記コマンドを実行したら問題なくインストールされました。 とりあえず公式ドキュメントにあったサンプルを実行 var pg = require('pg'); //or native libpq bindings //var pg = require('pg').native var conString = 'tcp://<アカウント>:<パスワード>@localhost/postgres'; var client = new pg.Client(conString); client.connect(function(err) { if(err) { return console.error('could not connect to postgres', err); } clie
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く