Skip to content

Dibuat untuk kebutuhan kalian download file yang terdapat pada postgresql

License

Notifications You must be signed in to change notification settings

deffan10/Download-File-From-Postgresql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Download file images or pdf Postgresql Dibuat untuk kebutuhan mendownload file berjenis BYTEA pada postgresql

Beberapa hal yg harus dipastikan

Informasi koneksi ke database PostgreSQL

db_host = 'localhost'
db_name = 'nama_database'
db_user = 'postgres'
db_password = 'postgres_password'

Edit keperluan ini untuk disesuaikan

cursor.execute("SELECT id_dok, file_name, media_type, file_dok FROM dok.dokumen")
id_dok = baris primary key
file_name = baris variable name
media_type = baris untuk jenis media
file_dok = baris pada tabel untuk file yang ingin di download
dok.dokumen = Terdapat pada skema dok pada tabel dokumen

image

About

Dibuat untuk kebutuhan kalian download file yang terdapat pada postgresql

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages