Mutiple Database
hi, i want to create 2 different database which one with Materials and the other one with Programs in order to easily extract the database on usb key if i want to save them separately.
is there a way to use add migration only on the directory Programs ? i know there is a way to focus ProgramsDbContext but i didnt find anything to specify the directory.

5 Replies
or should i keep only 1 database and save them separately with another solution ?
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View
saving the database on usb key
because i'm using sqlite so i use a file *.db to store my data
Unknown User•4y ago
Message Not Public
Sign In & Join Server To View
if the user need to keep a save to avoid any manipulation problem like deleting the wrong programs etc.
or simply to reuse the program on another machine