Skip to content

Instantly share code, notes, and snippets.

@viksit

viksit/cat.clj Secret

Created June 19, 2010 08:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save viksit/a96c9f930e808fbd3c7d to your computer and use it in GitHub Desktop.
Save viksit/a96c9f930e808fbd3c7d to your computer and use it in GitHub Desktop.
#:cljsimpledb.catalog.Catalog{:c #<Ref@2fb24628: {}>, :cnt #<Ref@32bd630e: 0>}
{:c
#<Ref@2fb24628:
{:0
{:dbfile
{:filename "tab1name",
:tuples
#<Ref@5f30f268:
#{{:recordid nil,
:tupdesc
{:x
#<Ref@5f095c81:
[{:type "int", :field "colid"}
{:type "string", :field "name"}]>},
:tup #<Ref@1812e72d: {:colid 1, :name "akriti"}>}
{:recordid nil,
:tupdesc
{:x
#<Ref@5f095c81:
[{:type "int", :field "colid"}
{:type "string", :field "name"}]>},
:tup #<Ref@895772a: {:colid 2, :name "viksit"}>}}>,
:tupledesc
{:x
#<Ref@5f095c81:
[{:type "int", :field "colid"}
{:type "string", :field "name"}]>}},
:tablename "test"}}>,
:cnt #<Ref@32bd630e: 1>}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment