Now you can move your data from a SQLite database to Couchbase using TOCB. Besides sql queries, you will need to add a path to a SQLite database in config.toml and change handler name to “sqlite”:
TOCB: Data Migration Tool For Couchbase
When I was working on my pet project, I had to copy data from MySQL database to Couchbase. I searched the internet to find a solution. I found couple scripts that would copy all MySQL tables into Couchbase. But I didn’t want just to copy tables. The Couchbase bucket structure in my mind was different than normalized sql tables.