Posts
- I18n of 'JS: The Right Way'
Behind story about i18n of 'JS: The Right Way'
- SQLAlchemy에 AES 함수 구현하기
Creating Custom AES Functions for SQLAlchemy
Create Custom function for SQLAlchemy. I make aes_encrypt/decrypt function for Pg/MySQL both.
- PostgreSQL의 PKCS Algorithm
What is the PKCS algorithm version of PostgreSQL?
PogstgreSQL support encryption with pycrypto, but they don't say about PKCS version. I post about correct version.
- SQLAlchemy, func 함수의 구조
Internal of sqlalchemy.sql.expression.func
About internal implementation of sqlalchemy.sql.expression.func