Loading…
![]() New source string testing_project / Documentation: reference/reference_rock/dbms — English |
Glossary
English | English | ||
---|---|---|---|
No related strings found in the glossary. |
Loading…
![]() New source string testing_project / Documentation: reference/reference_rock/dbms — English |
English | English | ||
---|---|---|---|
No related strings found in the glossary. |
tarantool> function mysql_connection()
> local p = {}
> p.host = 'widgets.com'
> p.db = 'test'
> conn = mysql.connect(p)
> return conn
> end
---
...
tarantool> conn = mysql_connect()
---
...