# if you already have Catalyst Models with database connection
# details configured, there is no need for Model::AutoCRUD::DBIC
# (see Scenario 1 in docs)
# if you have a DBIx::Class schema then use Model::AutoCRUD::DBIC
# but specify schema_class to load it up (see Scenario 2 in docs)
# this is Scenario 3: we have no Catalyst Model and no DBIx::Class
# schema so it must all be created on the fly. Pass in the correct
# connection details:
connect_info dbi:SQLite:dbname=../sql/__autocrud_demo_app.sqlite
connect_info username
connect_info password
AutoCommit 1
sqlite_unicode 1
# any other AutoCRUD config goes here. in this demo app we override
# the default /autocrud path to be "" which means the server root.
# extjs2 /static/extjs-2
basepath ""
#
# frontend extjs2
# list_count 10
# create_allowed no
# delete_allowed no
#
#
# update_allowed no
# columns id
# columns title
#
# id myid
# title
#
# list_count 10
#
#