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 <[email protected]>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to