Replies: 1 comment
-
|
I'm doing the work to prepare the first alpha build now which will include commands to import/export a database to and from Litebase. Once that is ready, there will for sure be docs. Apart from that, initially migrating from MySQL or Postgres is going to be manual work for developers that want to do that. The initial target audience of this project is going to be people that are already using SQLite or want to start a greenfield project with Litebase. If we can gain wider adoption, the investment will be made in migration tools. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
SQLite is great, but with time some people who want to scale, they mostly fallback to other DB like MYSQL or Postgres, or pay for other services to migrate to a "known scalable database".
I think it would be great to have in the docs, or at least future ones, a documented area on how to migrate from vanilla SQLite to Litebase, or even migrate from MySQL, Postgres to Litebase with minimum downtime.
Beta Was this translation helpful? Give feedback.
All reactions