mariaex:适用于MariaDB MySQL的Pure Elixir数据库驱动程序 源码
马里亚克斯 用法 将Mariaex作为依赖项添加到mix.exs文件中。 def deps do [{ :mariaex , " ~> 0.8.2 " } ] end 完成后,在您的shell中运行mix deps.get来获取和编译Mariaex。 使用iex -S mix启动一个交互式Elixir Shell。 iex ( 1 ) > { :ok , p} = Mariaex . start_link ( username: " ecto " , database: " ecto_test " ) { :ok , # PID} iex ( 2 ) > Mariae
文件列表
mariaex-master.zip
(预估有个35文件)
mariaex-master
.travis.yml
1KB
mix.exs
1KB
config
config.exs
15B
test
text_query_test.exs
4KB
prepared_query_test.exs
3KB
geometry_test.exs
7KB
coder_test.exs
2KB
暂无评论