소스 검색

Better SQLite instructions - closes #87

Andrew Kane 8 년 전
부모
커밋
29085ee3d8
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      README.md

+ 7 - 1
README.md

@@ -421,7 +421,13 @@ Use [ibm_db](https://github.com/ibmdb/ruby-ibmdb).
 
 ### SQLite
 
-Use [sqlite3](https://github.com/sparklemotion/sqlite3-ruby).
+Add [sqlite3](https://github.com/sparklemotion/sqlite3-ruby) to your Gemfile and set:
+
+```yml
+data_sources:
+  my_source:
+    url: sqlite3:path/to/database.sqlite3
+```
 
 ### Redshift