[ZODB-Dev] Re: AdaptableStorage and OR mapping strategy (was: AdaptableStorage
and ZClass instances)
Shane Hathaway
shane@zope.com
Mon, 24 Feb 2003 10:49:13 -0500
Roch=E9 Compaan wrote:
> class SQLProperties:
>=20
> __implements__ =3D IGateway
>=20
> schema =3D RowSequenceSchema()
> schema.addField('id', 'string', 1)
> schema.addField('type', 'string')
> schema.addField('data', 'string')
>=20
> table_base_name =3D 'properties'
>=20
> This will give SQLGatewayBase more than enough to generate all the
> necessary SQL and handle load and store automatically for simple
> mappings. I'll give this a bash with my next try.=20
This would be excellent. Go ahead and make this work.
Shane