Can use SQL SERVER on Elsa2.0? #481
-
Can use SQL SERVER on Elsa2.0? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes you can. Right now you can use any database server that is supported by Dapper, which is used by YesSQL, which Elsa 2 uses right now. But before its initial release, support will be added for EF Core & MongoDB, increasing the number of supported database servers. SQLite is a light-weight, file-based database engine useful for small applications and easy testing. You can visualize the table structure using tools such as DB Browser for SQLite. |
Beta Was this translation helpful? Give feedback.
Yes you can. Right now you can use any database server that is supported by Dapper, which is used by YesSQL, which Elsa 2 uses right now. But before its initial release, support will be added for EF Core & MongoDB, increasing the number of supported database servers.
SQLite is a light-weight, file-based database engine useful for small applications and easy testing. You can visualize the table structure using tools such as DB Browser for SQLite.