You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -224,6 +224,14 @@ If you develop with [Chrome](https://www.google.com/chrome/) or a Chromium brows
224
224
225
225
**Remember**: for custom formatters to work`console.log(anEntity)` must be called*after* you open the chrome console. Anything logged out before you open the console will not have custom formatting applied because chrome processes those logs in the background.
226
226
227
+
###Datalog Console Extension
228
+
229
+
We also integrate with the[Datalog Console](https://github.com/homebaseio/datalog-console) extension.
230
+
231
+
<imgalt="image of datalog console extension"src="public/images/datalog_console.png"width="400">
232
+
233
+
It's still in an early stage of development, but we seek to expose all common DB administration capabilities here and let you connect to any Datalog database that implements the console's interface.
Copy file name to clipboardExpand all lines: docs/0675|Debugging.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,14 @@ If you develop with [Chrome](https://www.google.com/chrome/) or a Chromium brows
30
30
31
31
**Remember**: for custom formatters to work`console.log(anEntity)` must be called*after* you open the chrome console. Anything logged out before you open the console will not have custom formatting applied because chrome processes those logs in the background.
32
32
33
+
###Datalog Console Extension
34
+
35
+
We also integrate with the[Datalog Console](https://github.com/homebaseio/datalog-console) extension.
36
+
37
+

38
+
39
+
It's still in an early stage of development, but we seek to expose all common DB administration capabilities here and let you connect to any Datalog database that implements the console's interface.