MY SQLITE norme AFNOR

Hello,
My SQLite, with Datetime, Sring, Decimal, pure zig.
Simple respects the SQL standard

complies with Afnor standards:
Product standards. Product standards are national, European and international standards that define agreements on product characteristics. …

zig_sqlite

ps :
his allowed me to harmonize and see if any anomalies crept in during real-life situations…
For example, the decimal edit-code for zones with zeros.
The way to handle the string() function for dates was different…
To correctly handle the Boolean function in SQLite, I left the Cbool function, but you shouldn’t use it.

update zig 0.15.1

add openTmp this :memory:

update open add mode : Mode.ReadWrite / Mode.readOnly

add fn existRows / delete/ SQLite LIKE search by name

Externalization define Table

TEST:
zig_prog

define Pragma SQLITE and Begin / commit /Rolback

Look in the “zig_prog” (GitHub) folder for real-world tests as examples

I need to finish paginating the grid with SQLite.

l