Skip to content

svetka17/make_qr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

make_qr

generate QR code only with PL/SQL

the function MAKE_QR.qr_bin(p_text in varchar2) returns BLOB, this a monochrome file BMP type, that contains the QR code for example, use as select MAKE_QR.qr_bin('Any text to encode QR code') from dual;

About

generate QR code only with PL/SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages