forked from mikeckennedy/write-pythonic-code-demos
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdataSources.local.xml
More file actions
15 lines (15 loc) · 927 Bytes
/
Copy pathdataSources.local.xml
File metadata and controls
15 lines (15 loc) · 927 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="dataSourceStorageLocal">
<data-source name="slicing_db" uuid="8bb4bd1d-6254-49eb-8c86-6e28d7023c1b">
<database-info product="SQLite" version="3.8.11" jdbc-version="2.1" driver-name="SQLiteJDBC" driver-version="native" family="SQLITE" exact-version="3.8.11" />
<case-sensitivity plain-identifiers="mixed" quoted-identifiers="mixed" />
<introspection-schemas>*:</introspection-schemas>
</data-source>
<data-source name="demo_db" uuid="35b5cf00-25b0-486c-ad0e-a4924f786a9c">
<database-info product="SQLite" version="3.8.11" jdbc-version="2.1" driver-name="SQLiteJDBC" driver-version="native" family="SQLITE" exact-version="3.8.11" />
<case-sensitivity plain-identifiers="mixed" quoted-identifiers="mixed" />
<introspection-schemas>*:</introspection-schemas>
</data-source>
</component>
</project>