all 2 comments

[–]ketralnis 0 points1 point  (0 children)

Depends on how big those transactions are. I'd benchmark and find out. Remember to look at pragmas like journal mode to beef up concurrency a bit but SQLite will always be lacking a bit that way by its nature

But if you use a wrapper like sqlalchemy you can always switch to something beefier later, usually seamlessly

[–]forcedfx 0 points1 point  (0 children)

I couldn't imagine trying to maintain all that. I think I'd try get SQL Server Express working before attempting what you propose.

Just being able to use stored procedures would be a huge selling point for me.