Re: [Pharo-users] Modeling a join table

2016-12-22 Thread sergio ruiz
Are you going to use relational database to store this data? Or you goint to use image saving / object-oriented DB for persistence? i’d like to use voyage.. so i can use MongoDB for persistence.. 1) Are there strong asymmetry in queries? Which kind of queries are more frequent: "give me

Re: [Pharo-users] Modeling a join table

2016-12-18 Thread Юрий Мироненко
Are you going to use relational database to store this data? Or you goint to use image saving / object-oriented DB for persistence? Than, can you please describe your task / domain model with more details? Particularly: 1) Are there strong asymmetry in queries? Which kind of queries are more

Re: [Pharo-users] Modeling a join table

2016-12-18 Thread stepharong
Hi sergio Did you find a solution to your problem? Stef On Tue, 13 Dec 2016 21:59:09 +0100, sergio ruiz wrote: Hello, all. This question is not as much a question about smalltalk as one about modeling in smalltalk. I am currently writing an API using Teapot

[Pharo-users] Modeling a join table

2016-12-13 Thread sergio ruiz
Hello, all. This question is not as much a question about smalltalk as one about modeling in smalltalk. I am currently writing an API using Teapot that will be serving up data about internet radio stations. I want to be able to let users tag the stations with arbitrary tags. Using a