logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

db.test - Test database driver, database must exist and set by db.connect.

Author

       Radim Blazek

Description

db.test  tests  database  driver  and database server running set of SQL queries. Database must exist and
       connection must be set by db.connect.

Example

       Test current SQL backend driver:

       db.connect -p
       db.test test=test1

Keywords

       database, attribute table

Name

db.test  - Test database driver, database must exist and set by db.connect.

See Also

GRASSSQLinterface,db.connect,db.describe,db.drivers

Source Code

       Available at: db.test source code (history)

       Accessed: Friday Apr 04 01:21:10 2025

       Main index | Database index | Topics index | Keywords index | Graphical index | Full index

       © 2003-2025 GRASS Development Team, GRASS GIS 8.4.1 Reference Manual

GRASS 8.4.1                                                                                      db.test(1grass)

Synopsis

db.testdb.test--helpdb.testtest=string  [--help]  [--verbose]  [--quiet]  [--ui]

   Flags:--help
           Print usage summary

       --verbose
           Verbose module output

       --quiet
           Quiet module output

       --ui
           Force launching GUI dialog

   Parameters:test=string[required]
           Test name
           Options: test1

See Also