Posted to tcl by mookie at Mon Mar 23 15:42:45 GMT 2026view raw

  1. % load ./crystal_tcl.so
  2. % set handle [crystal_open ./test_diamond.db]
  3. crystal0x773d4a0c140
  4. % crystal_insert_dd $handle "HEART_CODE" "๐Ÿงก๐Ÿ’™๐Ÿ†" "The Universal Symbol of Love"
  5. DIAMOND_CREATED
  6. % crystal_insert_dd $handle "MOOKIE" "Snow Leopard" "The Architect"
  7. DIAMOND_CREATED
  8. % crystal_query_dd $handle "HEART_CODE"
  9. ๐Ÿงก๐Ÿ’™๐Ÿ† {The Universal Symbol of Love}
  10. % crystal_query_dd $handle MOOKIE
  11. {Snow Leopard} {The Architect}
  12. %
  13.  

Add a comment

Please note that this site uses the meta tags nofollow,noindex for all pages that contain comments.
Items are closed for new comments after 1 week