配置了数据库连接信息后,我们就可以直接使用数据库运行原生SQL操作了,支持query (查询操作)和execute (写入操作)方法,并且支持参数绑定。 Db :: query ( 'select * from think_user where id=?' ,[ 8 ]); Db :: execute ( 'insert into think_use...
Clojure基本语法 Form Control Flow If Do When nil, true, false def Clojure基本语法 Clojure 的语法非常的简单,只要熟悉Lisp ,几乎可以无缝使用Clojure 了。 Form Clojure 的代码是由一个一个form组成的,form 可以是基本的数据结构,...