|
|
|
|
|
by 0xFEE1DEAD
337 days ago
|
|
Sure you can, I've done it plenty of times.
I'm genuinely curious why you think it's not possible. The only reasons I can think of: - you're rewriting a legacy system and migrate parts incrementally - data compliance - you're running a dangerous database setup I try my best to avoid putting any business logic inside databases and see stored procedures only as a temporary solution. |
|