view tools/migration/config.lua @ 4163:bbfbdbc5e77e

tests/test_sasl.lua: Convert literal UTF-8/Latin1 chars to escape codes for weak text editors
author Matthew Wild <mwild1@gmail.com>
date Tue, 22 Feb 2011 21:19:00 +0000
parents af720a91aa19
children 3ac90743039b
line wrap: on
line source

input {
	type = "prosody_sql";
	driver = "SQLite3";
	database = "out.sqlite";
}
output {
	type = "prosody_files";
	path = "out";
}

--[[

input {
	path = "../../data";
	type = "prosody_files";
	driver = "SQLite3";
	database = "../../prosody.sqlite";
}
output {
	type = "prosody_sql";
	driver = "SQLite3";
	database = "out.sqlite";
	path = "out";
}

]]