diff --git a/python-manual/modules/ROOT/pages/query-simple.adoc b/python-manual/modules/ROOT/pages/query-simple.adoc index 0b21b7cc..2a36d67a 100644 --- a/python-manual/modules/ROOT/pages/query-simple.adoc +++ b/python-manual/modules/ROOT/pages/query-simple.adoc @@ -1,5 +1,6 @@ = Query the database + Once you have xref:connect.adoc[connected to the database], you can run queries using <> and the method `Driver.execute_query()`. [TIP]