Loading...
「ツール」は右上に移動しました。
利用したサーバー: wtserver1
8いいね 3,649 views回再生

【PHP】How to store image to PostgreSQL???

First, you create table, column type is "bytea". Then you store image into Postgres with PDO.

We should carefully consider the data size and database volume, but light images would be possible to store like this example.

コメント