Page 1 of 1

Is using Sqlite possible?

Posted: Wed Nov 27, 2024 11:23 pm
by phneoix
Hi,
I am a new nubuilder user.
My current app uses sqlite database. I wish to know can i use the same database or do i have to migrate my sqlite db to mysql

Thanks

Re: Is using Sqlite possible?

Posted: Thu Nov 28, 2024 6:03 am
by kev1n
Hi phneoix,

Welcome to nuBuilder!

nuBuilder does not support SQLite. You’ll need to migrate your SQLite database to MySQL or MariaDB to use it with nuBuilder. There are tools and guides available online to help with this migration process.