Code Monkey home page Code Monkey logo

Comments (1)

vixentael avatar vixentael commented on July 21, 2024 1

AcraServer works as proxy for PostgreSQL wire protocol and MySQL wire protocol because these are open protocols and these database are SQL compliant. Overall, Acra supports all databases that works over these protocols.

But not all SQL databases are SQL compliant. See the SQL Compliance table.

AFAIK, Microsoft SQL Server uses its own proprietary SQL protocol and is not fully SQL compliant.

AFAIK, Azure SQL used MySQL protocol under the hood, but they did a lot of changes to it. Azure SQL is not fully compliant with SQL protocol either (see https://docs.microsoft.com/en-us/azure/azure-sql/database/transact-sql-tsql-differences-sql-server) — the syntax and commands are different.

TLDR: these databases use different SQL flavours, mostly proprietary. Even if we teach AcraServer to support Microsoft SQL Server and Azure SQL Server, we couldn't guarantee the stability and maintainability of Acra because these SQL servers might change their behaviour in next version. That's definitely not something we plan to do in the nearest future for Acra Community Edition (custom flavors for Acra Enterprise Edition might be a case).

To work with Microsoft SQL Server and Azure SQL Server we recommend using AcraTranslator (encryption-as-an-API) instead of AcraServer (SQL proxy). Application can store data in any database, just call AcraTranslator to encrypt/decrypt the data before/after storing. Please follow the AcraTranslator description and the guide.

from acra.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.