On Apr 23, 9:38 am, Shantanu Kumar <kumar.shant...@gmail.com> wrote: <snip> > > 5. Provide a mode to prevent write operations > > > Interesting idea but isn't that better handled by grants on the user > > accessing the database? > > The intention here is to proactively prevent errors from a development > standpoint. And then, some databases do not support permissions -- > however, the notion of read-only vs writes is common in database > development and can be useful to have.
+1 for this feature - it would also be very handy to have when running against replicated databases. e.g. the MySQL replication driver directs write queries to the master and read-only queries across the slaves based on the readOnly property of the connection. <snip> Best regards, jim -- 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