1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-08-10 22:41:43 +02:00

Начало PG

This commit is contained in:
Anton Titovets
2025-02-10 13:43:03 +03:00
parent 186b4513b6
commit f5de9352d9
12 changed files with 12 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
@echo off
:: Установить переменную
set CARGO_NAME=opi_sqlite
set LIB_NAME=OPI_SQLite
set CARGO_NAME=opi_postgres
set LIB_NAME=OPI_PostgreSQL
set OPENSSL_DIR=C:\msys64\mingw64
set OPENSSL_LIB_DIR=%OPENSSL_DIR%\lib
set OPENSSL_INCLUDE_DIR=%OPENSSL_DIR%\include

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<mdclass:CommonTemplate xmlns:mdclass="http://g5.1c.ru/v8/dt/metadata/mdclass" uuid="80f0750a-d9c2-4a1d-9973-92d05b68264f">
<name>OPI_PostgreSQL</name>
<synonym>
<key>ru</key>
<value>Postgre SQL</value>
</synonym>
<templateType>AddIn</templateType>
</mdclass:CommonTemplate>

View File

@@ -41,6 +41,7 @@
<subsystems>Subsystem.OPI_Интеграция</subsystems>
<commonTemplates>CommonTemplate.OPI_TCPClient</commonTemplates>
<commonTemplates>CommonTemplate.OPI_SQLite</commonTemplates>
<commonTemplates>CommonTemplate.OPI_PostgreSQL</commonTemplates>
<commonModules>CommonModule.OPI_Airtable</commonModules>
<commonModules>CommonModule.OPI_Bitrix24</commonModules>
<commonModules>CommonModule.OPI_CDEK</commonModules>