Re: generic modelling of data models; enforcing constraints dynamically...

From: Ron Mayer <rm_pg(at)cheapcomplexdevices(dot)com>
To: Sam Mason <sam(at)samason(dot)me(dot)uk>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: generic modelling of data models; enforcing constraints dynamically...
Date: 2009-09-25 23:35:24
Message-ID: 4ABD53BC.4000403@cheapcomplexdevices.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Drifting off topic so I'm no longer ccing the lists.

Sam Mason wrote:
>
>> The perl Fuse::DBI module's example sounds pretty similar to the
>> system you described where he "file" seems to be a column in a table.
>> http://www.rot13.org/~dpavlin/fuse_dbi.html
>
> FUSE looks pretty easy to get going and I think I'd want more control
> over how files were presented than this gives so I'd probably end up
> rolling my own code. Thanks for pointing out that FUSE though, not sure

I FUSE really more the framework that wraps around your code.

There are applications using fuse that expose gmail as a filesystem.

Here's a simple example that uses FUSE to expose a
perl HASH and a few hello-world-like perl functions.
http://cpansearch.perl.org/src/NOSEYNICK/Fuse-Simple-1.00/README

> why I'd not thought of it before. I'll probably still never get around
> to it, but maybe I will!

It's actually easy enough that I wouldn't be surprised if you
try it, and get it working just for fun even if noone uses it.

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Carlos Henrique Reimer 2009-09-25 23:47:49 Re: Low values for cached size
Previous Message Scott Marlowe 2009-09-25 22:48:13 Re: Low values for cached size