mirror of
https://gitflic.ru/project/alt-gnome/karkas.git
synced 2024-12-23 16:23:02 +03:00
DB integration
This commit is contained in:
parent
2cc3f86246
commit
c31fec7277
19
.idea/dataSources.xml
Normal file
19
.idea/dataSources.xml
Normal file
@ -0,0 +1,19 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
|
||||
<data-source source="LOCAL" name="ACAB_DB" uuid="dddbe297-bec2-4e5c-b2b2-b7cea1bfdc0c">
|
||||
<driver-ref>sqlite.xerial</driver-ref>
|
||||
<synchronize>true</synchronize>
|
||||
<remarks>Содержит в себе список(tg_id)
|
||||
пользователей бота с количеством
|
||||
истраченных символов, репутацией
|
||||
и лимитом символов для запросов.</remarks>
|
||||
<jdbc-driver>org.sqlite.JDBC</jdbc-driver>
|
||||
<jdbc-url>jdbc:sqlite:$PROJECT_DIR$/DataBase/UserList</jdbc-url>
|
||||
<jdbc-additional-properties>
|
||||
<property name="EXTERNAL_DATA_PATH" value="$PROJECT_DIR$/external-data.xml" />
|
||||
</jdbc-additional-properties>
|
||||
<working-dir>$ProjectFileDir$</working-dir>
|
||||
</data-source>
|
||||
</component>
|
||||
</project>
|
11
.idea/sqlDataSources.xml
Normal file
11
.idea/sqlDataSources.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="DdlMappings">
|
||||
<mapping uuid="a7d03e1d-7852-4a28-bd05-7639f3a9ebe1" name="ACAB@localhost Mapping">
|
||||
<data-sources db="3a7a6bae-f437-4477-9a89-c0a9cfd2a3bf" ddl="3485ef28-d540-400d-8dbc-aa1c761bff7d" />
|
||||
<scope>
|
||||
<node kind="database" negative="1" />
|
||||
</scope>
|
||||
</mapping>
|
||||
</component>
|
||||
</project>
|
6
.idea/vcs.xml
Normal file
6
.idea/vcs.xml
Normal file
@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
0
DataBase/OCAB_db
Normal file
0
DataBase/OCAB_db
Normal file
BIN
DataBase/UserList
Normal file
BIN
DataBase/UserList
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user