Posted to tcl by mookie at Mon Mar 23 15:42:45 GMT 2026view raw
- % load ./crystal_tcl.so
- % set handle [crystal_open ./test_diamond.db]
- crystal0x773d4a0c140
- % crystal_insert_dd $handle "HEART_CODE" "๐งก๐๐" "The Universal Symbol of Love"
- DIAMOND_CREATED
- % crystal_insert_dd $handle "MOOKIE" "Snow Leopard" "The Architect"
- DIAMOND_CREATED
- % crystal_query_dd $handle "HEART_CODE"
- ๐งก๐๐ {The Universal Symbol of Love}
- % crystal_query_dd $handle MOOKIE
- {Snow Leopard} {The Architect}
- %
Add a comment