Skip to content

Commit

Permalink
feat: deprecate db, mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
pemrouz committed Sep 3, 2016
1 parent ba005db commit d1a547e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,13 @@ import offline from 'rijs.offline'
import helpers from 'rijs.helpers'
import precss from 'rijs.precss'
import resdir from 'rijs.resdir'
import mysql from 'rijs.mysql'
import serve from 'rijs.serve'
import needs from 'rijs.needs'
import sync from 'rijs.sync'
import core from 'rijs.core'
import data from 'rijs.data'
import css from 'rijs.css'
import fn from 'rijs.fn'
import db from 'rijs.db'
import client from 'utilise/client'

client && !window.ripple && create()
Expand All @@ -30,8 +28,6 @@ export default function create(opts){
css(ripple) // register css types
fn(ripple) // register fn types
helpers(ripple) // expose helper functions and constants
mysql(ripple) // adds mysql adaptor crud hooks
db(ripple, opts) // enable external connections
components(ripple) // invoke web components, fn.call(<el>, data)
needs(ripple) // define default attrs for components
precss(ripple) // preapplies scoped css
Expand Down

0 comments on commit d1a547e

Please sign in to comment.