by Jason from NZ >> Mon, 19 May 2008 21:31:53 GMT
A friend is evaluating a product built on Jade and wonders whether it is possible to perform ad-hoc data updates via some sort of console.
That is to say: With a "regular" database system one typically has a tool (e.g. SQL Server Management Studio, Query Analyser, ...) for performing ad-hoc data queries and/or executing data modification queries - UPDATE, INSERT, DELETE, etc.
What would be the equivalent in the world of Jade?
I realise that Jade is an OO database system where one would typically interact with the data in terms of objects.
Let's say you were administering someone's Jade-based system and the customer asked you to remove the reformat the email address property of every Customer in their database in bulk. Without actually coding up a thin client application to do it, is there a way to achieve that - ad-hoc?
Thanks for your attention.
Jason