Search the database schema
Introduction
This is a quick searchable reference of the database table schema. Type in the "Search..." area below to test your search. If you want to use extended search, see the reference below.
Search
Extended Search
This form of advanced searching allows you to fine-tune results.
White space acts as an AND operator, while a single pipe (|
) character acts as an OR operator. To escape white space, use double quote ex. ="scheme language"
for exact match.
Token | Match type | Description |
---|---|---|
jscript | fuzzy-match | Items that fuzzy match jscript |
=scheme | exact-match | Items that are scheme |
'python | include-match | Items that include python |
!ruby | inverse-exact-match | Items that do not include ruby |
^java | prefix-exact-match | Items that start with java |
!^earlang | inverse-prefix-exact-match | Items that do not start with earlang |
.js$ | suffix-exact-match | Items that end with .js |
!.go$ | inverse-suffix-exact-match | Items that do not end with .go |