Documentation
¶
Overview ¶
seedaes fills the aes_hex_* columns of the bench battle table on databases that cannot run AES_ENCRYPT themselves (PostgreSQL, SQLite), using the same host-side AES the executors use, so every database holds identical bytes.
go run ./bench/seedaes -driver postgres -dsn 'postgres://maxkwon@localhost:5432/orm_bench?sslmode=disable' go run ./bench/seedaes -driver sqlite -dsn 'file:/tmp/orm_bench.sqlite'
Click to show internal directories.
Click to hide internal directories.