Now TOCB Supports SQLite Database
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”:
Elegance Is in Simplicity
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”:
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 …