I’m looking for encrypted SQL database, I’m going to install it on client’s machines, and I don’t want client to database directly.
I know this is not 100% secure, and I’m not interested in SQL Server, SQLite or Oracle.
If you know any solutions of this kind please let me know.
Thanks.
Given your requirements, I suggest you use
MySQL. It supports both Windows and Linux. It’s free and open source and has concurrency support. Also it has cryptography support.