[Geoserver-users] Access custom tiles database

Hi, there,

I have a costumed sqlite database stores huge bunch of tiled images(size 256X256). The schema is something like, “x(integer), y(integer), zoom_level(integer), image(blob)”. I’m going to publish this database. I read the tutorial “Custom JDBC Access for Images”. But this tutorial is no full example to tell me how to do that. Anybody tell me where to find a full example?

Thanks,
Shawn