You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
669 B

  1. key: postgres
  2. title: Database - PostgreSQL
  3. description: Advanced PostgreSQL-based search engine.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/postgresql.svg
  6. website: https://www.requarks.io/
  7. isAvailable: true
  8. props:
  9. dictLanguage:
  10. type: String
  11. title: Dictionary Language
  12. hint: Language to use when creating and querying text search vectors.
  13. default: english
  14. enum:
  15. - simple
  16. - danish
  17. - dutch
  18. - english
  19. - finnish
  20. - french
  21. - german
  22. - hungarian
  23. - italian
  24. - norwegian
  25. - portuguese
  26. - romanian
  27. - russian
  28. - spanish
  29. - swedish
  30. - turkish
  31. order: 1