[julia-users] Postgres type questions

2016-07-11 Thread Johann Spies
I am fairly new to julia and am trying out the Postgres package from https://github.com/NCarson/Postgres.jl While testing it on this table: js=# \d customer Table "public.customer" Column | Type | Modifiers --+---+--- cust_no

[julia-users] Handling large xml-files

2016-05-24 Thread Johann Spies
*In Python I can use etree.iterparse from lxml. Is there something similar available in Julia? I have looked at the LibExpat package, but the reference **Streaming XML parsing does not give me enough information (at least for my level of understanding) on how to use it.* I am working with

[julia-users] Connectivity to PostgreSQL

2015-12-07 Thread Johann Spies
I am a new Julia user and am working with Debian. Connectivity to PostgreSQL is important to me. I have installed odbc-postgresql on my computer and could do: > isql 'PostgreSQL test' js +---+ | Connected!| |