v/examples/vweb_orm_jwt/src
2023-11-25 10:02:51 +03:00
..
databases vlib: move the mysql/sqlite/pg/mssql modules under vlib/db (#16820) 2023-01-13 17:02:32 +02:00
auth_controllers.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
auth_dto.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
auth_services.v orm: enforce that queries always return a Result, a query-resulting array can be used as a V array in place. (#17871) 2023-04-04 08:23:06 +03:00
main.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
user_controllers.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
user_entities.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
user_services.v orm: enforce that queries always return a Result, a query-resulting array can be used as a V array in place. (#17871) 2023-04-04 08:23:06 +03:00
v.mod