wok annotate sqlobject/description.txt @ rev 25336

updated suricata (5.0.2 -> 6.0.6)
author Hans-G?nter Theisgen
date Sat Jul 23 17:54:01 2022 +0100 (23 months ago)
parents
children
rev   line source
Hans-G?nter@25321 1 SQLObject is a popular Object Relational Manager for providing
Hans-G?nter@25321 2 an object interface to your database, with tables as classes,
Hans-G?nter@25321 3 rows as instances, and columns as attributes.
Hans-G?nter@25321 4
Hans-G?nter@25321 5 SQLObject includes a Python-object-based query language that
Hans-G?nter@25321 6 makes SQL more abstract, and provides substantial database
Hans-G?nter@25321 7 independence for applications.
Hans-G?nter@25321 8
Hans-G?nter@25321 9 Supports MySQL, PostgreSQL, SQLite, Firebird, Sybase, MSSQL
Hans-G?nter@25321 10 and MaxDB (SAPDB).