Re: [ANN] Blackwater 0.0.5 released (SQL query logging)

2013-09-07 Thread Alexandr Kurilin
This is awesome, thanks for making it, will try to integrate it asap. I'm 
not a Korma user, so it'll be good to see how well it plays with clojure 
jdbc.

Just to confirm, is the recommendation to use this only at development 
time? It's been a while since Rails and I don't recall if they turn off SQL 
logging in production mode.

On Friday, August 30, 2013 9:46:43 AM UTC-7, Christopher Allen wrote:

 https://github.com/bitemyapp/blackwater/

 Clojure library for logging SQL queries and the time they took for Korma 
 and clojure.java.jdbc.

 I like having a 'canary in the coal mine' while developing locally so that 
 I can see the queries getting executed and the time they took to run, 
 similar to Rails query logging. The library stands alone although this 
 imports specific (recent) versions of c.j.j and Korma, exclude and replace 
 as you need to.

 Some users to help me shake this out beyond how I use it (I'm primarily a 
 Korma guy) would be very useful, Github Issues and PRs very welcome!

 Thanks everybody. I've got another library to announce once a friend helps 
 me do some testing with it.

 --- Chris



-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [ANN] Blackwater 0.0.5 released (SQL query logging)

2013-09-07 Thread Christopher Allen
You can use it in production, but I'd override the ansi boolean to shut off 
the special characters for coloration.

Set *use-ansi*
to false in the clansi namespace.

I said not to use it in production because I assumed most people weren't 
doing `stdout  log_file`  in prod, but if you are, go for it.

On Saturday, September 7, 2013 12:14:47 AM UTC-7, Alexandr Kurilin wrote:

 This is awesome, thanks for making it, will try to integrate it asap. I'm 
 not a Korma user, so it'll be good to see how well it plays with clojure 
 jdbc.

 Just to confirm, is the recommendation to use this only at development 
 time? It's been a while since Rails and I don't recall if they turn off SQL 
 logging in production mode.

 On Friday, August 30, 2013 9:46:43 AM UTC-7, Christopher Allen wrote:

 https://github.com/bitemyapp/blackwater/

 Clojure library for logging SQL queries and the time they took for Korma 
 and clojure.java.jdbc.

 I like having a 'canary in the coal mine' while developing locally so 
 that I can see the queries getting executed and the time they took to run, 
 similar to Rails query logging. The library stands alone although this 
 imports specific (recent) versions of c.j.j and Korma, exclude and replace 
 as you need to.

 Some users to help me shake this out beyond how I use it (I'm primarily a 
 Korma guy) would be very useful, Github Issues and PRs very welcome!

 Thanks everybody. I've got another library to announce once a friend 
 helps me do some testing with it.

 --- Chris



-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[ANN] Blackwater 0.0.5 released (SQL query logging)

2013-08-30 Thread Christopher Allen
https://github.com/bitemyapp/blackwater/

Clojure library for logging SQL queries and the time they took for Korma 
and clojure.java.jdbc.

I like having a 'canary in the coal mine' while developing locally so that 
I can see the queries getting executed and the time they took to run, 
similar to Rails query logging. The library stands alone although this 
imports specific (recent) versions of c.j.j and Korma, exclude and replace 
as you need to.

Some users to help me shake this out beyond how I use it (I'm primarily a 
Korma guy) would be very useful, Github Issues and PRs very welcome!

Thanks everybody. I've got another library to announce once a friend helps 
me do some testing with it.

--- Chris

-- 
-- 
You received this message because you are subscribed to the Google
Groups Clojure group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
Clojure group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.