Commit Graph

6 Commits

Author SHA1 Message Date
Guillaume DELVIT 6757addfb6 Remove obsolete comment.
ON CONFLICT (xxx) DO NOTHING is natively supported by sqlite.

https://sqlite.org/lang_upsert.html
2024-05-22 20:38:21 +02:00
lovasoa e010692749 document postgres-specific syntax 2024-01-05 22:18:29 +01:00
lovasoa 64a602897a simplify the user authentication example and make it easier to adapt to different databases 2023-11-07 00:01:20 +01:00
lovasoa d466981b3c rewrite the user authentication example to use the latest features 2023-07-10 23:24:05 +02:00
lovasoa c9f14280cf Implement the full user authentication flow in the example 2023-07-07 20:07:25 +02:00
lovasoa 7f2e1f8ed4 start work on auth example
see https://github.com/lovasoa/SQLpage/issues/12
2023-07-07 03:54:33 +02:00