[Orgmode] Re: [babel] Tables to DB

2009-12-04 Thread andrea
"Eric Schulte" writes: > Org-babel has support for SQL, so I presume that you could use that as a > somewhat manual way to dump org-mode tables into sql tables. > > Also, if you have a python tool which you are using for interaction with > sql tables, it may be easiest to use org-babel to convert

[Orgmode] Re: [babel] Tables to DB

2009-12-03 Thread Eric Schulte
Org-babel has support for SQL, so I presume that you could use that as a somewhat manual way to dump org-mode tables into sql tables. Also, if you have a python tool which you are using for interaction with sql tables, it may be easiest to use org-babel to convert your org-mode tables into python