Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在后端使用 Vapor 3、Swift 5.1、PostgreSQL 12 和 Postico 1.5.10。问题是:如何存储日期(我的意思是 Swift Date())和字典(例如,[String : Int])?
为了使用 PostgeSQL,我使用的是 Postico(我是 PostgreSQL 的新手,这就是为什么),请看截图:
而且,我刚刚看到了如何存储数组,但是在哪里可以找到其他类型的存储呢?例如,枚举?
我将不胜感激任何帮助或建议!
timestamp without time zone
[String: Any]
jsonb