Description
Ada applications gain SQL database support through GNAT Components Collection abstractions. It is useful for developers building data-backed tools that need reusable query, connection or schema-related code.
This library supports database programming but does not protect applications automatically from bad queries or unsafe data handling. Use parameterized queries and transactions where appropriate.