mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
orm: add initial pg support (#9827)
This commit is contained in:
@@ -3149,8 +3149,8 @@ fn test() []int {
|
||||
|
||||
(This is still in an alpha state)
|
||||
|
||||
V has a built-in ORM (object-relational mapping) which supports SQLite and MySQL,
|
||||
but soon it will support Postgres, MS SQL, and Oracle.
|
||||
V has a built-in ORM (object-relational mapping) which supports SQLite, MySQL and Postgres,
|
||||
but soon it will support MS SQL and Oracle.
|
||||
|
||||
V's ORM provides a number of benefits:
|
||||
|
||||
|
Reference in New Issue
Block a user