Hamish wrote:

> OT: can tools/sql.sh be adapted to work with SQLite as the target DB?

AFAICT, you would need to replace the \copy commands with .import (and
change the .lst format to match), and replace SELECT ... INTO with
CREATE TABLE ... AS.

-- 
Glynn Clements <gl...@gclements.plus.com>
_______________________________________________
grass-dev mailing list
grass-dev@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to