VirtualTam's bookmarks

  1. What if, instead of pushing [user] configs to gateways, we had the gateways pull them from our API on demand?

  2. 1# List databases
    2PRAGMA database_list;
    3
    4# Describe table
    5PRAGMA table_info(<table_name>);